iOS Question GoogleMaps: Get the angel of rotation

schimanski

Well-Known Member
Licensed User
Longtime User
Is it possible to get the angel of the rotation of the GoogleMap, after setrotationenabled=true?

I have a dynamic marker in the map and an arrow shows the bearing of the driving direction. If the maps rotates, the arrow shows the wrong bearing...
 

rboeck

Well-Known Member
Licensed User
Longtime User
I think its not a good idea, to use markers for directions. You are also able to draw a polyline on the map, maybe you can make some lines for the direction...
But for your question: you can use CameraPosition1.Bearing to get, what you want.
 
Upvote 0

schimanski

Well-Known Member
Licensed User
Longtime User
Thanks for your efforts...Bearing is that, for what i'm looking for. Don't know, why i don't find it by myself:confused:
I will also try your suggestions..
 
Upvote 0
Top