point property
LocationPoint
get
point
Location of the picked map object LocationPoint.
Example:
LocationPoint point = mapObjectPickResult.point;
print("Map object picked at screen position (${screenPosition.x}, ${screenPosition.y})");
print(" Object location: (${point.x}, ${point.y})");
Implementation
LocationPoint get point;