GeocoderOptions defines a set of options passed into a Geocoder.
The optional city property is a string value. If this is not passed, zip code must be passed.
The optional maxLocations property is a number value. Only returns the top number of locations as maxLocations defines.
The optional point property Point. Pass for reverse geocoding.
The optional city property is a string value of the state abbreviation.
'FL'
The streetAddress property is a string value that is the number, street name, and street type ('230 elm st') to be used for geocoding.
The optional zipCode property is a string value. If this is not passed, city must be passed.
GeocoderOptions defines a set of options passed into a Geocoder.