LatLng

constructor(location: Location)


constructor(@FloatRange(from = -90.0, to = 90.0) latitude: Double, @FloatRange(from = -1.7976931348623157E308, to = 1.7976931348623157E308) longitude: Double)

Parameters

latitude

Latitude in decimal degrees

longitude

Longitude in decimal degrees