offsetBy

fun LatLng.offsetBy(meters: Double, heading: Double): LatLng

Returns the location resulting from moving a distance from this location in the specified heading (expressed in degrees clockwise from north).

See also

com.google.maps.android.SphericalUtil