Defines the latitude and longitude of the access point.

Geocode

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

Properties

latitude?: string

The latitude of access point.

Geocode

longitude?: string

The longitude of access point.

Geocode