Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration LocationResolvePriorities

The options for the order in which different strategies should be used to resolve the input to an EtomonLocation.

Index

Enumeration members

address

address: = "address"

Resolve by address (all components)

administrativeLevel1

administrativeLevel1: = "administrativeLevel1"

Resolve by admin level 1 (like England or California).

administrativeLevel2

administrativeLevel2: = "administrativeLevel2"

Resolve by admin level 2 (like Hampshire or San Mateo).

country

country: = "country"

Resolve by country (like United Kingdom or United States)

googlePlaceId

googlePlaceId: = "googlePlaceId"

Resolve by Google Place ID.

id

id: = "id"

Resolve by ID (either Google Place ID) or hash of the IP Address

ipAddress

ipAddress: = "ipAddress"

Resolve by IP Address

locality

locality: = "locality"

Resolve by locality (city/neighborhood)

location

location: = "location"

Resolve by exact location (geographic coordinates).

Generated using TypeDoc