Contents

center

The center point of the region.

Declaration

center: Coordinate;

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