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

Landmark.geographicArea property

Retrieves the geographic area that represents the landmark's spatial extent.

The returned GeographicArea can be a rectangle, circle, or polygon depending on the landmark data. The centroid is available via coordinates.

Signature:

get geographicArea(): GeographicArea;

set geographicArea(area: GeographicArea);