@maschinenlesbar.org/autobahn-cli
    Preparing search index...

    Interface LatLongCoordinate

    A geographic point with explicit lat/long keys (note long, not lon). Roadworks, warnings and closures serialise the values as JSON numbers; charging stations serialise them as decimal strings.

    interface LatLongCoordinate {
        lat: string | number;
        long: string | number;
    }
    Index
    lat: string | number
    long: string | number