UPDATED - Google Maps Extended

I think you’re mixing up technology terms. The map shows directions but it doesn’t do navigation

Doing navigation in bubble through the browser will never yield consistent results

To properly do navigation or mimic navigation features, what in my opinion require a native app that can run in the background as the app is running. Current location information can be sent to bubble via a direct API connection

I will most likely work for the first few minutes, but the results are always going to be inconsistent and unreliable.

OK
Thank you for the clarification

Remove markers is not working for me

i’m trying to center my map to a search box result, this is what i’m getting. Help please?

image

Hey @jefeoliveira22

Did you try running the action after the plug-in ready state is = yes?

This error usually occurs when you trying to run an action on the map before it’s ready or when it’s hidden

1 Like

Thank you for your answer, ill try that out. Also have you seen this Polyfill.io Issue for Google Maps Platform ? We are getting google warnings about Pollyfill.io. I d like know your take on this

Hi @AliFarahat
is there way to customize the color of the clusters? I tried to add an HTML element and a script from ChatGPT but it’s not working. Thank you in advance!

Hi @AliFarahat,
another question:

Why if I try to display the markers in the Map Bounds I get an empty result?

While if display all markers it works

Thx

No not currently

After the map is ready and loaded use the workflows to attach an event for the bounds changed.

That should always populate the bounds data.

By the way your second image is for all markers coordinates not bounds

@AliFarahat

Do you mean setting this?
do when “A Maps Extended Is Ready”
trigger “Get Markers Bounds A Maps Extended”

My goad is not to get the bounds of the map but to list in a RG (temporarily in multiline input box) all the markers that are visible in the map.

In the shared images, the markers display the addresses of some shops and are populated setting:
ID Field = unique id of the shop

In the second image the multiline input box is populated with the unique ids of all the makers and it works.

In the first image I tried to populate the multiline input box with the unique ids of just the markers visible in the map but
MapsExtended A's Markers in Map Bounds
returns “empty”

Thank you in advance.

@AliFarahat , Whenever I try to use the Reset MapExtended Action I always get this error. Any help here please?

This is how I am implementing it

@AliFarahat , are you able to add the ability to customize the cluster colors? The current colors stick out like a sore thumb in our UI.

Is there any tutorials on how to use the plugin?

Check the demo site. The link is on the plugin page

Hi @AliFarahat , I followed what you did in the editor but still couldn’t manage to change the map styling. I made sure that the map id and some settings are correctly set up but still couldn’t rewrite the default style. Also sent an email to the support email you provided on demo site, any help will be really appreciated.

Edit: Managed to get it to work!