coordinates property
Get matched position coordinates
Returns
- Coordinates object
Implementation
Coordinates get coordinates {
final OperationResult resultString = objectMethod(
_pointerId,
'MarkerMatch',
'getCoordinates',
);
return Coordinates.fromJson(resultString['result']);
}