Google map not showing

Map only show when I use longitude and latitude field I see the map the moment a add the address field or use only address field the map does not show

If the address cannot be found, the map will not show.

I tried al the formats as i can nothing is showing not even a blank map

You may post your table schema and your Custom View Tag (Google Maps) settings for discussion.

The string
{“id”:“GoogleMaps”,“name”:“Google Maps”,“apikey”:null,“width”:null,“width_field”:null,“height”:null,“height_field”:null,“latitude”:null,“latitude_field”:null,“longitude”:null,“longitude_field”:null,“address”:“17 Wilga Street, Burwood, New South Whales, Australia 2134”,“address_field”:null,“type”:“ROADMAP”,“type_field”:null,“zoom”:8,“zoom_field”:null,“title”:null,“title_field”:null,“icon”:null,“icon_field”:null,“description”:null,“description_field”:null,“use_single_map”:false,“single_map_width”:null,“single_map_height”:null,“show_map_on_top”:true,“show_all_markers”:true,“geocoding_delay”:250,“use_marker_clusterer”:true,“cluster_max_zoom”:-1,“cluster_grid_size”:-1,“cluster_styles”:-1}

The field is a text field
and a random address that work in google maps
17 Wilga Street, Burwood, New South Whales, Australia 2134

cornesmit wrote:

The string without a field

{“id”:“GoogleMaps”,“name”:“Google
Maps”,“apikey”:null,“width”:null,“width_field”:null,“height”:null,“height_field”:null,“latitude”:null,“latitude_field”:null,“longitude”:null,“longitude_field”:null,“address”:“17
Wilga Street, Burwood, New South Whales, Australia
2134”,“address_field”:null,“type”:“ROADMAP”,“type_field”:null,“zoom”:8,“zoom_field”:null,“title”:null,“title_field”:null,“icon”:null,“icon_field”:null,“description”:null,“description_field”:null,“use_single_map”:false,“single_map_width”:null,“single_map_height”:null,“show_map_on_top”:true,“show_all_markers”:true,“geocoding_delay”:250,“use_marker_clusterer”:true,“cluster_max_zoom”:-1,“cluster_grid_size”:-1,“cluster_styles”:-1}

OR The string with a field
{“id”:“GoogleMaps”,“name”:“Google Maps”,“apikey”:null,“width”:null,“width_field”:null,“height”:null,“height_field”:null,“latitude”:null,“latitude_field”:null,“longitude”:null,“longitude_field”:null,“address”:null,“address_field”:“Address”,“type”:“ROADMAP”,“type_field”:null,“zoom”:8,“zoom_field”:null,“title”:null,“title_field”:null,“icon”:null,“icon_field”:null,“description”:null,“description_field”:null,“use_single_map”:false,“single_map_width”:null,“single_map_height”:null,“show_map_on_top”:true,“show_all_markers”:true,“geocoding_delay”:250,“use_marker_clusterer”:true,“cluster_max_zoom”:-1,“cluster_grid_size”:-1,“cluster_styles”:-1}

\

The field is a text field
and a random address that work in google maps
17 Wilga Street, Burwood, New South Whales, Australia 2134

You have not specified any API key. Read notes from the GoogleMaps Custom View Tag:

*IMPORTANT: You must get an API key from Google first, read: https://developers.google.com/maps/documentation/javascript/get-api-key.

I Just removed it for security purposes

Press F12 → Network/Console to check the network response from google maps and any console error messages.

arbei wrote:

Press F12 → Network/Console to check the network response from google maps and
any console error messages.
I am getting the following:
DevTools failed to load SourceMap: Could not parse content for localhost/flow/jquery/jsrender.min.js.map: Unexpected end of JSON input

You may ignore it, source map is for debugging only, it won’t affect your google maps. You should try to check errors about google maps.