Home > @magiclane/maps-sdk > Landmark > coordinates

Landmark.coordinates property

Retrieves the centroid coordinates of this landmark.

The centroid is used for distance calculations and map centering. For the landmark's full spatial extent use geographicArea.

Signature:

get coordinates(): Coordinates;

set coordinates(coordinates: Coordinates);