Class is used to handle information in PickListener. More...
Inherits Finalizable.
Public Attributes | |
| LocationPoint get | point |
| Location of the picked map object LocationPoint. | |
| MapObject get | mapObject |
| Picked map object MapObject. | |
Class is used to handle information in PickListener.
Referenced from PickListener.
Definition at line 22 of file map_object_pick_result.dart.
| MapObject get MapObjectPickResult.mapObject |
Picked map object MapObject.
Dart code snippet:
Definition at line 46 of file map_object_pick_result.dart.
| LocationPoint get MapObjectPickResult.point |
Location of the picked map object LocationPoint.
Dart code snippet:
Definition at line 35 of file map_object_pick_result.dart.