Skip to contents

Returns the formatted address for a given input string. To reduce API calls, addresses are case-insensitive and whitespace-trimmed, empty addresses after processing return NA early, and results are memoized.

Usage

OR.Google.address(address, key)

Arguments

address

String input address.

key

String Google API key.

Value

String formatted address or NA if no match is found.

See also

Other GoogleMapsPlatform: OR.Google.TSP(), OR.Google.distance()