Selling Partner API SDK for JavaScript
    Preparing search index...

    Defines the latitude and longitude of the access point.

    interface Geocode {
        latitude?: string;
        longitude?: string;
    }
    Index

    Properties

    latitude?: string

    The latitude of access point.

    longitude?: string

    The longitude of access point.