LocationContext.LatLng

public class LocationContext.LatLng


A latitude/longitude pair.

Summary

Public constructors

LatLng(double latitude, double longitude)

Public methods

LocationContext.LatLng

Sets the latitude.

LocationContext.LatLng

Sets the longitude.

Public constructors

LatLng

public LatLng(double latitude, double longitude)

Public methods

setLatitude

@CanIgnoreReturnValue
public LocationContext.LatLng setLatitude(double latitude)

Sets the latitude.

Parameters
double latitude

the latitude.

Returns
LocationContext.LatLng

the lat lng.

setLongitude

@CanIgnoreReturnValue
public LocationContext.LatLng setLongitude(double longitude)

Sets the longitude.

Parameters
double longitude

the longitude.

Returns
LocationContext.LatLng

the lat lng.