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
{{ message }}
This repository was archived by the owner on Apr 19, 2026. It is now read-only.
If this is embedded within an iron-page, map will not be centered on the marker.
Cause:
resize() method calls map.trigger('resize') which moves center of map slightly.
Fix: restore center after map's resize.
<google-mapid="map2" zoom="16"
latitude="[[appointment.person.address.lat]]"
longitude="[[appointment.person.address.long]]"><google-map-markerlatitude="[[appointment.person.address.lat]]"
longitude="[[appointment.person.address.long]]"
><p>Should have link to maps app here</p></google-map-marker></google-map>
If this is embedded within an iron-page, map will not be centered on the marker.
Cause:
resize() method calls map.trigger('resize') which moves center of map slightly.
Fix: restore center after map's resize.