Interface Movementsensor.GetAccuracyResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
Movementsensor.GetAccuracyResponse,Movementsensor.GetAccuracyResponse.Builder
- Enclosing class:
- Movementsensor
public static interface Movementsensor.GetAccuracyResponseOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleancontainsAccuracy(String key) map<string, float> accuracy = 1 [json_name = "accuracy"];Deprecated.intmap<string, float> accuracy = 1 [json_name = "accuracy"];map<string, float> accuracy = 1 [json_name = "accuracy"];floatgetAccuracyOrDefault(String key, float defaultValue) map<string, float> accuracy = 1 [json_name = "accuracy"];floatgetAccuracyOrThrow(String key) map<string, float> accuracy = 1 [json_name = "accuracy"];floatoptional float compass_degrees_error = 5 [json_name = "compassDegreesError"];floatoptional float position_hdop = 2 [json_name = "positionHdop"];intoptional int32 position_nmea_gga_fix = 4 [json_name = "positionNmeaGgaFix"];floatoptional float position_vdop = 3 [json_name = "positionVdop"];booleanoptional float compass_degrees_error = 5 [json_name = "compassDegreesError"];booleanoptional float position_hdop = 2 [json_name = "positionHdop"];booleanoptional int32 position_nmea_gga_fix = 4 [json_name = "positionNmeaGgaFix"];booleanoptional float position_vdop = 3 [json_name = "positionVdop"];Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getAccuracyCount
int getAccuracyCount()map<string, float> accuracy = 1 [json_name = "accuracy"]; -
containsAccuracy
map<string, float> accuracy = 1 [json_name = "accuracy"]; -
getAccuracy
Deprecated.UsegetAccuracyMap()instead. -
getAccuracyMap
map<string, float> accuracy = 1 [json_name = "accuracy"]; -
getAccuracyOrDefault
map<string, float> accuracy = 1 [json_name = "accuracy"]; -
getAccuracyOrThrow
map<string, float> accuracy = 1 [json_name = "accuracy"]; -
hasPositionHdop
boolean hasPositionHdop()optional float position_hdop = 2 [json_name = "positionHdop"];- Returns:
- Whether the positionHdop field is set.
-
getPositionHdop
float getPositionHdop()optional float position_hdop = 2 [json_name = "positionHdop"];- Returns:
- The positionHdop.
-
hasPositionVdop
boolean hasPositionVdop()optional float position_vdop = 3 [json_name = "positionVdop"];- Returns:
- Whether the positionVdop field is set.
-
getPositionVdop
float getPositionVdop()optional float position_vdop = 3 [json_name = "positionVdop"];- Returns:
- The positionVdop.
-
hasPositionNmeaGgaFix
boolean hasPositionNmeaGgaFix()optional int32 position_nmea_gga_fix = 4 [json_name = "positionNmeaGgaFix"];- Returns:
- Whether the positionNmeaGgaFix field is set.
-
getPositionNmeaGgaFix
int getPositionNmeaGgaFix()optional int32 position_nmea_gga_fix = 4 [json_name = "positionNmeaGgaFix"];- Returns:
- The positionNmeaGgaFix.
-
hasCompassDegreesError
boolean hasCompassDegreesError()optional float compass_degrees_error = 5 [json_name = "compassDegreesError"];- Returns:
- Whether the compassDegreesError field is set.
-
getCompassDegreesError
float getCompassDegreesError()optional float compass_degrees_error = 5 [json_name = "compassDegreesError"];- Returns:
- The compassDegreesError.
-