point property
Location point where target was reached.
Example:
LocationPoint point = event.point;
_demonstrateLocationPointUsage(point);
Implementation
LocationPoint point;
Location point where target was reached.
Example:
LocationPoint point = event.point;
_demonstrateLocationPointUsage(point);
LocationPoint point;