fastComputeOffset

@NonNull
open fun fastComputeOffset(    @NonNull from: LatLng,     distanceX: Double,     distanceY: Double): LatLng

Returns the LatLng resulting from moving a distance from an origin

Parameters

from

The LatLng from which to start.

distanceX

The distance to travel, in meters

distanceY

The distance to travel, in meters