Interface ProjectionItemLocation

interface ProjectionItemLocation {
    geoAddress: null | string;
    geoCity: null | string;
    geoCountry: null | string;
    geoCountryCode: null | string;
    geoHouseNumber: null | string;
    geoPostalCode: null | string;
    geoStreet: null | string;
    latitude: number;
    longitude: number;
    rawAddress: null | string;
}

Properties

geoAddress: null | string
geoCity: null | string
geoCountry: null | string
geoCountryCode: null | string
geoHouseNumber: null | string
geoPostalCode: null | string
geoStreet: null | string
latitude: number
longitude: number
rawAddress: null | string

Generated using TypeDoc