coordinates property

Coordinates get coordinates

Get matched position coordinates

Returns

Implementation

Coordinates get coordinates {
  final OperationResult resultString = objectMethod(
    _pointerId,
    'MarkerMatch',
    'getCoordinates',
  );

  return Coordinates.fromJson(resultString['result']);
}