PoiLocation
class PoiLocation(val place: Place, val poi: Poi? = null, val onRouteDetails: OnRouteDetails? = null)
Describes a point of interest location.
Functions
Link copied to clipboard
Checks if this PoiLocation object is equal to another object.
Link copied to clipboard
Generates a hash code for this PoiLocation object.