Structure AddressInfo

┗ GeoSpatial.AddressInfo

namespace: GeoSpatial
packed: false

Description

 

Summary

Fields defined in GeoSpatial.AddressInfo

address1, address2, address3, city, county, state, country, countryCode, postal

Field Detail

address1 (required) : string

Address line #1 comprising house number and street name.

address2 (optional) : string

Address line #2 comprising group level.

address3 (optional) : string

Address line #3 comprising village level.

city (required) : string

Name of City or Township level.

county (optional) : string

Name of the County or Prefectural level.

state (required) : string

State or region or Provincial level. Two character state definitions ok for U.S. addresses. Default is empty.

country (optional) : string

The country name in long form.

countryCode (required) : string

The ISO 3166-1 three character country code. For example, "USA".

postal (required) : string

The postal code.

See Also

Enumerations

ObjectType, ReferenceFrame

Other Types

XYZVector