You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 20, 2024. It is now read-only.
Thank for your focus.
i try to use ## mCompassOverlay.getOrientation() to get the orientation,and i successfully get what i want .
but i notice that my compass sometimesiInaccuracy,so i want to use the gps,but i don't know how to use it.
MyLocationNewOverlay mLocationOverlay = new MyLocationNewOverlay(new GpsMyLocationProvider(this), map, mResourceProxy);
is it use "mLocationOverlay" to get the orientation?
when i am moving , i want to change my map orientation so i can always see the correct direction of my map.
i want to do it by using :
map.setMapOrientation();
but how i can get my orientation when i am moving .
please help me ,thanks~ ,and forgive my poor English~
The text was updated successfully, but these errors were encountered: