LocationContext.LatLng

class LocationContext.LatLng


A latitude/longitude pair.

Summary

Public constructors

LatLng(latitude: Double, longitude: Double)

Public functions

LocationContext.LatLng!

Sets the latitude.

LocationContext.LatLng!

Sets the longitude.

Public constructors

LatLng

LatLng(latitude: Double, longitude: Double)

Public functions

setLatitude

@CanIgnoreReturnValue
fun setLatitude(latitude: Double): LocationContext.LatLng!

Sets the latitude.

Parameters
latitude: Double

the latitude.

Returns
LocationContext.LatLng!

the lat lng.

setLongitude

@CanIgnoreReturnValue
fun setLongitude(longitude: Double): LocationContext.LatLng!

Sets the longitude.

Parameters
longitude: Double

the longitude.

Returns
LocationContext.LatLng!

the lat lng.