Skip to main content

@mapgear/mapengine > Overlay > UpdatePosition

Overlay.UpdatePosition() method

Update the position of the overlay on the map

Signature:
UpdatePosition(coordinate: [number, number]): void;

Parameters

ParameterTypeDescription
coordinate[number, number]Map coordinates of the new position of the overlay
Returns:

void