flywave-mapview.mapviewutils.orbitaroundscreenpoint_1
Home > @flywave/flywave-mapview > MapViewUtils > orbitAroundScreenPoint
MapViewUtils.orbitAroundScreenPoint() function
Orbits the camera around a given point on the screen.
Signature:
function orbitAroundScreenPoint(mapView: MapView, orbitParams: OrbitParams): void;
Parameters
Parameter | Type | Description |
|---|---|---|
mapView | The MapView instance to manipulate. | |
orbitParams | . |
Returns:
void