Google maps questions

Hi,
Been having some fun exploring Thunkable… have a couple of questions regarding google maps.
I have lat/lng data stored in firebase (updates on a regular basis). I added a marker in google maps based on the initial location. How do I “updateMarkerLocation” in thunkable?

Also, is there a way to change the color or icon of the markers in google maps?

Thanks
cartic

You could have the app run a loop every 10 seconds to update from the new coordinates I think

Currently switching marker shape, color, icon, direction is not possible. Potentially in the future those will be available.