Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface GeocoderOptions

GeocoderOptions defines a set of options passed into a Geocoder.

Hierarchy

  • GeocoderOptions

Index

Properties

Optional city

city: string

The optional city property is a string value. If this is not passed, zip code must be passed.

Optional maxLocations

maxLocations: number

The optional maxLocations property is a number value. Only returns the top number of locations as maxLocations defines.

Optional point

point: Point

The optional point property Point. Pass for reverse geocoding.

Optional state

state: string

The optional city property is a string value of the state abbreviation.

default:

'FL'

Optional streetAddress

streetAddress: string

The streetAddress property is a string value that is the number, street name, and street type ('230 elm st') to be used for geocoding.

Optional zipCode

zipCode: string

The optional zipCode property is a string value. If this is not passed, city must be passed.