Hi,
after I got the SDK finally running I like to ask the question how to get a map cantered and scaled around a location
e.g.
I add a circle around a (my) position with a radius of 1000 meter
what do I have to do to get the position 12,34 centered and the drawn circle is fully visible ?
THX
after I got the SDK finally running I like to ask the question how to get a map cantered and scaled around a location
e.g.
I add a circle around a (my) position with a radius of 1000 meter
B4X:
gextra.AddCircle( 12, 34,1000,Colors.ARGB(50,255,255,0))
what do I have to do to get the position 12,34 centered and the drawn circle is fully visible ?
THX