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
Currently we use lat and lng as directive input and output with datatype numbers, but we thought about to provide also center as input/output with datatype LatLng and maybe also view as tuple of [LatLng, number], where LatLng is the center position and the number is the zoom level. But maybe it produces a lot more complexity without giving any really new feature.
The map-component should also have summarized 2 way binded values view and center.
Center is a combination of lat and lng, view is like center with the zoom-level in addition...
The text was updated successfully, but these errors were encountered: