@mapgear/mapengine > Overlay > UpdatePosition
Overlay.UpdatePosition() method
Update the position of the overlay on the map
Signature:UpdatePosition(coordinate: [number, number]): void;
Parameters
Parameter | Type | Description |
---|---|---|
coordinate | [number, number] | Map coordinates of the new position of the overlay |
void