initialFocalLatLng property

MapLatLng initialFocalLatLng
final

Represents the initial focal latitude and longitude position.

Based on the size of the SfMaps widget, initialFocalLatLng and initialZoomLevel, number of initial tiles needed in the view port alone will be rendered. While zooming and panning, new tiles will be requested and rendered on demand based on the current zoom level and focal point. The current zoom level and focal point can be obtained from the MapZoomPanBehavior.zoomLevel and MapZoomPanBehavior.focalLatLng.

This property cannot be changed dynamically.

Defaults to MapLatLng(0.0, 0.0).

See also:

Implementation

final MapLatLng initialFocalLatLng;