Amazon Selling Partner API (SP-API) SDK for TypeScript
    Preparing search index...

    Interface GeoCoordinates

    The latitude and longitude coordinates of the shipping address using the WGS84 coordinate system.

    interface GeoCoordinates {
        Latitude?: number;
        Longitude?: number;
    }
    Index
    Latitude?: number

    The latitude coordinate of the shipping address using the WGS84 coordinate system.

    Longitude?: number

    The longitude coordinate of the shipping address using the WGS84 coordinate system.