Skip to content

worldwind-ui API / worldwind-kit / GeocodeResult

Interface: GeocodeResult ​

Defined in: kit/src/geocode.ts:2

Properties ​

boundingBox? ​

optional boundingBox?: object

Defined in: kit/src/geocode.ts:7

Degrees. Present when the provider returns a bounding box.

east ​

east: number

north ​

north: number

south ​

south: number

west ​

west: number


displayName ​

displayName: string

Defined in: kit/src/geocode.ts:3


latitude ​

latitude: number

Defined in: kit/src/geocode.ts:4


longitude ​

longitude: number

Defined in: kit/src/geocode.ts:5


raw ​

raw: unknown

Defined in: kit/src/geocode.ts:11

The untouched provider record.


type? ​

optional type?: string

Defined in: kit/src/geocode.ts:9

Provider category, e.g. city, country.

MIT licensed. Not affiliated with NASA; WorldWind is NASA's open-source virtual globe.