Interface

GeocodeGlib-2.0GeocodeGlibPlaceConstructorProps

interface ConstructorProps {
    administrative_area: string;
    administrativeArea: string;
    area: string;
    bounding_box: GeocodeGlib.BoundingBox;
    boundingBox: GeocodeGlib.BoundingBox;
    building: string;
    continent: string;
    country: string;
    country_code: string;
    countryCode: string;
    county: string;
    icon: Gio.Icon;
    location: GeocodeGlib.Location;
    name: string;
    osm_id: string;
    osm_type: GeocodeGlib.PlaceOsmType;
    osmId: string;
    osmType: GeocodeGlib.PlaceOsmType;
    place_type: GeocodeGlib.PlaceType;
    placeType: GeocodeGlib.PlaceType;
    postal_code: string;
    postalCode: string;
    state: string;
    street: string;
    street_address: string;
    streetAddress: string;
    town: string;
}

Hierarchy (View Summary)

Index

Properties

administrative_area: string
administrativeArea: string
area: string
bounding_box: GeocodeGlib.BoundingBox
building: string
continent: string
country: string
country_code: string
countryCode: string
county: string
icon: Gio.Icon
name: string
osm_id: string
osmId: string
postal_code: string
postalCode: string
state: string
street: string
street_address: string
streetAddress: string
town: string