offset abstract method

GeoLatLng offset(
  1. GeoLatLng from,
  2. double distanceInMeter,
  3. double bearing
)

Implementation

GeoLatLng offset(
    final GeoLatLng from, final double distanceInMeter, final double bearing);