Interface representing geographical coordinates

interface ESPGeoCoordinates {
    latitude: string;
    longitude: string;
}

Properties

Properties

latitude: string
longitude: string