Member Junction
    Preparing search index...

    Interface ReverseGeocodeRequest

    Reverse (coordinates-to-address) geocoding request.

    interface ReverseGeocodeRequest {
        Latitude: number;
        Longitude: number;
    }
    Index

    Properties

    Properties

    Latitude: number
    Longitude: number