Package | Description |
---|---|
com.opencloud.slee.resources.cgin.map |
Provides an API for the MAP protocol.
|
Modifier and Type | Field and Description |
---|---|
static MAPLocationEstimateType |
MAPLocationEstimateType.activateDeferredLocation
Reference to value of the constant activateDeferredLocation.
|
static MAPLocationEstimateType |
MAPLocationEstimateType.cancelDeferredLocation
Reference to value of the constant cancelDeferredLocation.
|
static MAPLocationEstimateType |
MAPLocationEstimateType.currentLocation
Reference to value of the constant currentLocation.
|
static MAPLocationEstimateType |
MAPLocationEstimateType.currentOrLastKnownLocation
Reference to value of the constant currentOrLastKnownLocation.
|
static MAPLocationEstimateType |
MAPLocationEstimateType.initialLocation
Reference to value of the constant initialLocation.
|
static MAPLocationEstimateType |
MAPLocationEstimateType.notificationVerificationOnly
Reference to value of the constant notificationVerificationOnly.
|
Modifier and Type | Method and Description |
---|---|
static MAPLocationEstimateType |
MAPLocationEstimateType.fromValue(int value)
Finds or constructs an enumeration constant for the given numeric value.
|
MAPLocationEstimateType |
MAPLocationType.getLocationEstimateType()
Gets the value of the field locationEstimateType.
|
static MAPLocationEstimateType[] |
MAPLocationEstimateType.namedValues()
Returns an array containing all the enumeration constants referenced by fields.
|
Modifier and Type | Method and Description |
---|---|
MAPLocationType |
MAPLocationType.setLocationEstimateType(MAPLocationEstimateType value)
Sets the value of the field locationEstimateType.
|