Customize Google Map API Results

I’m looking to customize my Google Map API results.

  1. Is there a way to have the Google Maps API only show full addresses (not cities)?
  2. How can I limit the results to only show 1 country?

I’ve seen a few sites do both of these. I just haven’t figured it out yet. Err.

Screenshot|690x381

1 Like

I think that with the native Google API from Bubble you can only select a radius not a country. This is possible with Zeroqode plugin.

1 Like

Thanks @Jici . Does Zeroqode’s Plugin have the option to only show addresses?

The Place name will only return the address. But if the place name have a name, this will return the name and not the address.
You can try in their demo

1 Like

You can use a regex to extract the first part (before first comma) to get only the address