LocationContext.LatLng

public class LocationContext.LatLng


經緯度組合。

摘要

公用建構函式

LatLng(double latitude, double longitude)

公用方法

LocationContext.LatLng

設定緯度。

LocationContext.LatLng

設定經度。

公用建構函式

LatLng

public LatLng(double latitude, double longitude)

公用方法

setLatitude

@CanIgnoreReturnValue
public LocationContext.LatLng setLatitude(double latitude)

設定緯度。

參數
double latitude

緯度

傳回
LocationContext.LatLng

經緯度

setLongitude

@CanIgnoreReturnValue
public LocationContext.LatLng setLongitude(double longitude)

設定經度。

參數
double longitude

經度

傳回
LocationContext.LatLng

經緯度