coordinate
A map coordinate that provides a hint for the geographic area to search.
Declaration
get coordinate(): Coordinate | null;
set coordinate(value: Coordinate | null);Discussion
This property supplies coordinates as a reference for a search, for example the coordinates of San Francisco City Hall in San Francisco, CA.
{ coordinate: new mapkit.Coordinate(37.779268, -122.419248) }