getPlace(id, callback, options)
Obtains a place using its identifier.
Declaration
getPlace(
id: string,
callback: (error: Error | null, result?: Place) => void,
options?: ServiceConstructorOptions,
): number;Discussion
For information about Places, see Identifying unique locations with Place IDs.