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.
Definition at line 35 of file map_object_pick_result.dart.
LocationPoint get MapObjectPickResult.point |
Location of the picked map object LocationPoint.
Definition at line 29 of file map_object_pick_result.dart.