Parse Address
Parse a full address string into structured components and obtain geographic coordinates (latitude/longitude).Method
Parameters
The full address string to parse
Returns
Returns aPromise with:
The street number
The street name/route
The city name
The state or province
The postal/ZIP code
The country name
Latitude coordinate
Longitude coordinate