TomTom Maps for JavaScript
    Preparing search index...

    Type Alias CoordinateIntent

    Intent indicating the query is a coordinate.

    Detected when the query matches a coordinate format (e.g., "48.858380, 2.294440" or "52°31'N 13°24'E").

    type CoordinateIntent = {
        details: CoordinateIntentDetails;
        type: "COORDINATE";
    }
    Index

    Properties

    Properties

    Details about the detected coordinate.

    type: "COORDINATE"

    Query type identifier.

    The query is a coordinate in one of the supported formats.