Waze Map Editor JavaScript SDK
    Preparing search index...

    Interface Camera

    interface Camera {
        direction: null | RestrictionSegmentDirection;
        geometry: Point;
        id: number;
        lockRank: null | number;
        modificationData: ModificationMetadata;
        segmentId: null | number;
        types: CameraType[];
    }
    Index

    Properties

    direction: null | RestrictionSegmentDirection

    The direction of the camera.

    geometry: Point

    The GeoJSON Point representation of the camera's location.

    id: number
    lockRank: null | number

    The lock rank of the camera.

    modificationData: ModificationMetadata
    segmentId: null | number

    The id of the segment that the camera is on.

    types: CameraType[]

    The list of the types of the camera.