Tell us what you are trying to do?
Getting message - This page can't load Google Maps correctly on all maps
Is there any documentation that you are following?
No
Is there a similar example that we can see? hidden link
What is the link to your site?
Also - Watermark on map says This Map for Development Purposes Only
Had to do with payment source on the Google Maps platform. However I am now wanting to limit expense and would like to use coordinates to avoid geocoding expense. I have created two fields "location-latitude" and "location-longitude" and have populated them with the coordinates for a marker location. What is the correct syntax to replace the ** marker_field='wpcf-location-map-address'] ** attribute int he map marker shortcode with coordinates to generate the marker?
Got it working by exchanging the legacy Views code parameter of marker_field='wpcf-location-map-address'] to >> lat='[types field="location-latitude"][/types]' lon='[types field="location-longitude"][/types]'] - Works as desired.