load Place Link
fun loadPlaceLink(placeId: IndividualPlaceId, listener: PlaceLinkListener, executor: Executor? = null)
Load Place Link using Individual Place Id.
Parameters
place Id
IndividualPlaceId belonging to the place, which is to be loaded.
listener
Listener, which will be called after the operation is done.
executor
Optional executor, on which the callback listener shall be called.