getOffset method

Offset getOffset(
  1. LatLng point
)

Implementation

Offset getOffset(LatLng point) {
  return map.getOffsetFromOrigin(point);
}