center
The map coordinate at the center of the map view.
Declaration
get center(): Coordinate;
set center(center: Coordinate);Discussion
When accessing center, MapKit JS copies the Coordinate instance.
See Also
Manipulating the visible portion of the map
setCenterAnimated(coordinate, animated)regionsetRegionAnimated(region, animated)rotationsetRotationAnimated(degrees, animated)visibleMapRectsetVisibleMapRectAnimated(mapRect, animated)cameraBoundarysetCameraBoundaryAnimated(mapRect, animated)CameraBoundaryDescriptioncameraDistancesetCameraDistanceAnimated(distance, animated)cameraZoomRangesetCameraZoomRangeAnimated(cameraZoomRange, animated)