Class is used to handle information in PickListener. More...
Inherits Finalizable.
Public Attributes | |
| GlobalPoint get | point |
| WGS84 location of the picked map object GlobalPoint. | |
| int get | sublocationId |
| Floor the picked object is attached to, or null for the outdoor map. | |
| MapObject get | mapObject |
| Picked map object MapObject. | |
Class is used to handle information in PickListener.
Referenced from PickListener.
Definition at line 24 of file map_object_pick_result.dart.
| MapObject get MapObjectPickResult.mapObject |
Picked map object MapObject.
Dart code snippet:
Definition at line 52 of file map_object_pick_result.dart.
| GlobalPoint get MapObjectPickResult.point |
WGS84 location of the picked map object GlobalPoint.
Dart code snippet:
Definition at line 37 of file map_object_pick_result.dart.
| int get MapObjectPickResult.sublocationId |
Floor the picked object is attached to, or null for the outdoor map.
Definition at line 41 of file map_object_pick_result.dart.