Package ai.nextbillion.maps.model
Class GeolocationPayload.GeolocationPayloadBuilder
java.lang.Object
ai.nextbillion.maps.model.GeolocationPayload.GeolocationPayloadBuilder
- Enclosing class:
- GeolocationPayload
public static class GeolocationPayload.GeolocationPayloadBuilder
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description GeolocationPayloadBuilder() -
Method Summary
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)
-
Constructor Details
-
GeolocationPayloadBuilder
public GeolocationPayloadBuilder()
-
-
Method Details
-
createGeolocationPayload
-
HomeMobileCountryCode
public GeolocationPayload.GeolocationPayloadBuilder HomeMobileCountryCode(int newHomeMobileCountryCode) -
HomeMobileNetworkCode
public GeolocationPayload.GeolocationPayloadBuilder HomeMobileNetworkCode(int newHomeMobileNetworkCode) -
RadioType
-
Carrier
-
ConsiderIp
-
CellTowers
-
AddCellTower
-
WifiAccessPoints
public GeolocationPayload.GeolocationPayloadBuilder WifiAccessPoints(WifiAccessPoint[] newWifiAccessPoints) -
AddWifiAccessPoint
public GeolocationPayload.GeolocationPayloadBuilder AddWifiAccessPoint(WifiAccessPoint newWifiAccessPoint)
-