traccar / traccar-manager-android

Traccar Manager for Android
https://www.traccar.org/manager
Apache License 2.0
266 stars 378 forks source link

Sattellite view and battery status #14

Open horatiuanghel opened 8 years ago

horatiuanghel commented 8 years ago

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!

tananaev commented 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.

horatiuanghel commented 8 years ago

And is not possible to tell me how I can add those features?

tananaev commented 8 years ago

How exactly do you expect me to do it?

horatiuanghel commented 8 years ago

I was thinking maybe it's just a code line to insert in some files :)

tananaev commented 8 years ago

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.

horatiuanghel commented 8 years ago

This is what I wanted to know. Thank you!