Android Question Google maps real time location

Julian MArtinez

New Member
Licensed User
Longtime User
Do you have an example of Google maps where you can know the realtime location of several devices on the map with a custom uber-type icon?

I am sending the location of every device, now I neet to show it every time I get an location update
 

DonManfred

Expert
Licensed User
Longtime User
You can use FireGeo to store the Location for each Device you want to track.
On app start get all Devices you want to track, put them in a global list and create a custom icon for a marker on googlemaps...

You then set a listener for each device... On Locationupdate of a Device you update the Marker-Position on googleMaps...

There is NO READY Example on this. You need to build this solution by yourself.

PD: Please note that the lib uses Firebase Realtime Database for this.
Also note that with the free plan you maybe get fast to the limit of the free plan based on the DatabaseTraffic your devices are creating on each update....
 
Upvote 0
Top