coordinates property

Coordinates get coordinates

Item coordinates on the map.

Returns

Implementation

Coordinates get coordinates {
  final OperationResult resultString = objectMethod(
    pointerId,
    'OverlayItem',
    'coordinates',
  );

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