getBuilding

@Nullable
open fun getBuilding(@NonNull point: LatLng): Building

Returns a building where the given point is inside. If no such building exists it will return null instead.

Return

Parameters

point