ryancramerdesign / FieldtypeMapMarker

Fieldtype for ProcessWire - holds an address or location name, and automatically geocodes the address to latitude/longitude using Google Maps API.
http://processwire.com
29 stars 16 forks source link

Update Google Maps API to use current version, resolve error that prevents rendering maps #26

Open SkyLundy opened 3 months ago

SkyLundy commented 3 months ago

Replaced previous Google APIs with current versions. Uses new async method that prevents warnings in inspector console.

Updated maps API to use new method in the Google Maps documentation

Updated marker API according to this guide by Google

All features appear to be working.