Pose class
Raw pose measurement for an entity.
Constructors
Properties
- accuracyMeters ↔ double?
-
The estimated horizontal accuracy of this pose in meters with 68%
confidence (one standard deviation).
getter/setter pair
- altitude ↔ double?
-
Altitude of the pose in meters above WGS84 ellipsoid.
getter/setter pair
- gpsRecordTimestampUnixEpoch ↔ String?
-
Time of the GPS record since UTC epoch.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- heading ↔ double?
-
The following pose parameters pertain to the center of the photo.
getter/setter pair
- latLngPair ↔ LatLng?
-
Latitude and longitude pair of the pose, as explained here:
https://cloud.google.com/datastore/docs/reference/rest/Shared.Types/LatLng
When creating a Photo, if the latitude and longitude pair are not
provided, the geolocation from the exif header is used.
getter/setter pair
- level ↔ Level?
-
Level (the floor in a building) used to configure vertical navigation.
getter/setter pair
- pitch ↔ double?
-
Pitch, measured at the center of the photo in degrees.
getter/setter pair
- roll ↔ double?
-
Roll, measured in degrees.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited