Interface ProjectionItemLocation

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

Properties

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

Generated using TypeDoc