Geocodes an address string into an array of placemarkTables.
Returns a Promise that resolves with an array of placemarkTable objects
(sorted by relevance) or rejects with an error message.
Parameters
address: string
a free-form address string in any locale
Returns Promise<Record<string,any>[]>
a Promise resolving to an array of placemarkTables
Geocodes an address string into an array of placemarkTables. Returns a Promise that resolves with an array of placemarkTable objects (sorted by relevance) or rejects with an error message.