Interface WebMapViewpoint

interface WebMapViewpoint {
    rotation?: number;
    scale?: number;
    targetGeometry?: WebMapViewpointTargetGeometry;
    [key: string]: unknown;
}

Indexable

  • [key: string]: unknown

Properties

rotation?: number
scale?: number