TomTom Maps for JavaScript
    Preparing search index...

    Type Alias CoordinateIntentDetails

    Details for a coordinate query intent.

    Contains the parsed coordinate position from the user's query.

    type CoordinateIntentDetails = {
        position: Position;
    }
    Index

    Properties

    Properties

    position: Position

    Position of the parsed coordinate from user input.

    Results will be places nearby this coordinate. If a position parameter was also specified in the request, the distance field will show the distance between the geo bias and the searched coordinate.