Open horatiuanghel opened 8 years ago
Traccar Manager is a relatively new project, so it might lack some features. I definitely plan to add more features including the ones you mention.
And is not possible to tell me how I can add those features?
How exactly do you expect me to do it?
I was thinking maybe it's just a code line to insert in some files :)
Here is a line to switch to satellite view:
map.setMapType(GoogleMap.MAP_TYPE_SATELLITE);
To add more information to the marker popup, change MainFragment.formatDetails
method.
This is what I wanted to know. Thank you!
Hello! I want to display among the lat,long,speed and course the battery percentage. Also change the map to sattellite view. Can you help me? Thanks!