Package com.google.maps.model
Class GeolocationPayload.GeolocationPayloadBuilder
- java.lang.Object
-
- com.google.maps.model.GeolocationPayload.GeolocationPayloadBuilder
-
- Enclosing class:
- GeolocationPayload
public static class GeolocationPayload.GeolocationPayloadBuilder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description GeolocationPayloadBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GeolocationPayload.GeolocationPayloadBuilderAddCellTower(CellTower newCellTower)GeolocationPayload.GeolocationPayloadBuilderAddWifiAccessPoint(WifiAccessPoint newWifiAccessPoint)GeolocationPayload.GeolocationPayloadBuilderCarrier(java.lang.String newCarrier)GeolocationPayload.GeolocationPayloadBuilderCellTowers(CellTower[] newCellTowers)GeolocationPayload.GeolocationPayloadBuilderConsiderIp(boolean newConsiderIp)GeolocationPayloadcreateGeolocationPayload()GeolocationPayload.GeolocationPayloadBuilderHomeMobileCountryCode(int newHomeMobileCountryCode)GeolocationPayload.GeolocationPayloadBuilderHomeMobileNetworkCode(int newHomeMobileNetworkCode)GeolocationPayload.GeolocationPayloadBuilderRadioType(java.lang.String newRadioType)GeolocationPayload.GeolocationPayloadBuilderWifiAccessPoints(WifiAccessPoint[] newWifiAccessPoints)
-
-
-
Method Detail
-
createGeolocationPayload
public GeolocationPayload createGeolocationPayload()
-
HomeMobileCountryCode
public GeolocationPayload.GeolocationPayloadBuilder HomeMobileCountryCode(int newHomeMobileCountryCode)
-
HomeMobileNetworkCode
public GeolocationPayload.GeolocationPayloadBuilder HomeMobileNetworkCode(int newHomeMobileNetworkCode)
-
RadioType
public GeolocationPayload.GeolocationPayloadBuilder RadioType(java.lang.String newRadioType)
-
Carrier
public GeolocationPayload.GeolocationPayloadBuilder Carrier(java.lang.String newCarrier)
-
ConsiderIp
public GeolocationPayload.GeolocationPayloadBuilder ConsiderIp(boolean newConsiderIp)
-
CellTowers
public GeolocationPayload.GeolocationPayloadBuilder CellTowers(CellTower[] newCellTowers)
-
AddCellTower
public GeolocationPayload.GeolocationPayloadBuilder AddCellTower(CellTower newCellTower)
-
WifiAccessPoints
public GeolocationPayload.GeolocationPayloadBuilder WifiAccessPoints(WifiAccessPoint[] newWifiAccessPoints)
-
AddWifiAccessPoint
public GeolocationPayload.GeolocationPayloadBuilder AddWifiAccessPoint(WifiAccessPoint newWifiAccessPoint)
-
-