TomTom Maps for JavaScript
    Preparing search index...

    Type Alias ViewportPlacesOptions

    ViewportPlacesOptions: Omit<ViewportPlacesAddOptions, "id"> & { id: string }

    Options when updating a viewport places module.

    Type Declaration

    • id: string

      The unique identifier of the place module to update.

      • This ID must correspond to an existing place module added via an "add" method.