You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add support for getting parts without having to go via the parts property.
(i.e. myMap.parts.number can be simply myMap.number). This doesn't work
for the address part, which is already in use and returns the full address
as a string (alternatively, use the streetAddress alias). (Closes #154)
Add streetAddress alias of address to Parts.
Changed
PartsLegacy will be used when Google is the chosen Geo service, giving
access to additional Google specific parts (Fixes #167)
Fixed
Fix error when normalizing value without an element (Fixes #174)
Fix JS error when using two different API keys for Google maps services (Fixes #165)
Fix parts being lost when moving from new to legacy (any other geo service to google)
Fix issue with Mapbox geo service when country was unrestricted
Fix JS issues when using Apple or Google Maps in an element edit HUD (Fixes #175)