Waze Map Editor JavaScript SDK
    Preparing search index...

    Interface UpdateRequestDetails

    interface UpdateRequestDetails {
        comments: ConversationElement[];
        driveGeometry: null | MultiLineString;
        id: number;
    }
    Index

    Properties

    The comments within the update request.

    driveGeometry: null | MultiLineString

    The MultiLineString representation of the drive geometry of the update request. null if the update request does not contain a drive geometry.

    id: number