OnPoiSelectedResult class

Constructors

OnPoiSelectedResult({required String buildingId, required String buildingName, required String floorId, required String floorName, required String poiId, required String poiName, required String poiInfoHtml})
const

Properties

buildingId String
final
buildingName String
final
floorId String
final
floorName String
final
hashCode int
The hash code for this object.
no setterinherited
poiId String
final
poiInfoHtml String
final
poiName String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited