Type alias TCameraTargets

TCameraTargets: {
    coordinates?: MappedinCoordinate[];
    nodes?: MappedinNode[];
    polygons?: MappedinPolygon[];
}

Things that the camera can be positioned to focus on.

Type declaration