Contents

center

The center point of the region.

Declaration

get center(): Coordinate;
set center(coordinate: CoordinateData);

Discussion

Create a Coordinate with a latitude and longitude pair:

const center = new mapkit.Coordinate(37.415, -122.048333); // latitude, longitude

See Also

Defining the region