121
Views
2
Comments
Creating Uber-like car animation on Google Map
Question

Hi everyone,

I would like to try my hands on this one. Right now I'm using the Location Plugin to retrieve the current location of the user and for every 5 seconds of the user's movement, it is being represented by a Google Map Marker.

Instead of displaying a lot of markers for every movements, how to display it in Uber-like style? (Just show one car that moves from point to point).

Ideas are greatly appreciated!

2024-07-05 14-16-55
Daniël Kuhlmann
 
MVP

Hi vnf,

You should be able to change the marker icon.

And aparently you need to ensure that you only have the most recent marker, and get rid of the previous markers.


In logic tab --> GoogleMaps --> Markers -->I  was using AddCoordinateMarkerToMap

One of its input parameter: MarkerOptions


Regards,

Daniel


2021-08-11 11-46-20
Mubashar

Hi can you confirm which Plugin or module you used for AddCoordinateMarkerToMap?

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.