Class is useed 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 useed to handle information in PickListener.
Referenced from PickListener.
Definition at line 21 of file map_object_pick_result.dart.
| MapObject get MapObjectPickResult.mapObject |
Picked map object MapObject.
Dart code snippet:
Definition at line 45 of file map_object_pick_result.dart.
| LocationPoint get MapObjectPickResult.point |
Location of the picked map object LocationPoint.
Dart code snippet:
Definition at line 34 of file map_object_pick_result.dart.