Home > @magiclane/maps-sdk > Marker > fromArea
Marker.fromArea() method
Create marker from a geographic area.
Signature:
static fromArea(area: RectangleGeographicArea): Marker;Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
area |
The geographic area which shape will be converted to marker |
Returns: