Geocoding by Address
Intersection | |
Request URL
Response
Response Object
- lat: Latitude
- lng: Longitude
- success: true or false
- streetNumber: Street number
- numMatch: streetNumber quality
- Exact: Exact street number location found
- Approx: Interpolated street number location found
- NoMatch: No match to street number
- streetMatch: Geocode match quality
- ExactMatch: Exact street found
- KnownAlternateName: Street name found with minimal clean up
- DirectionSuffixRemoved: Street name found with direction suffix removed
- DirectionPrefixRemoved: Street name found with direction prefix removed
- WeakName: A street name was found that does not match exactly, but close enough it could still be correct
- MatchToZip: Address matched to zip level
- MatchToCity: Address matched to city level
- MatchToState: Address matched to state level
- MatchToCountry: Address matched to country level
- IntersectionExactMatch: Exact intersection found
- IntersectionClosestPoint: Exact intersection was not detected, but we found a point where the two streets are very close to each other
- IntersectionOneStreetFound: Only one street of the intersection was found
- RegionNotFound: No match
- streetName: Street
- country: Country
- city: City
- state: State or provence
- zip: Zip or postal code
Reverse Geocoding
Request URL
Response
Response Object
- lat: Latitude
- lng: Longitude
- streetNumber: Street number
- streetName: Street
- city: City
- state: State or provence
- zip: Zip or postal code
- country: Country