Octane SDK
2.0 Beta
|
Helper class used to manage GPS coordinates within a tag object. More...
Public Member Functions | |
override string | ToString () |
Override of the ToString operator that concatenates the Latitude and Longitude parameters into a single string. More... | |
Properties | |
double | Latitude [get, set] |
Parameter for storing Latitude data. More... | |
double | Longitude [get, set] |
Parameter for storing Longitude data. More... | |
Helper class used to manage GPS coordinates within a tag object.
override string Impinj.OctaneSdk.GpsCoordinates.ToString | ( | ) |
Override of the ToString operator that concatenates the Latitude and Longitude parameters into a single string.
|
getset |
Parameter for storing Latitude data.
|
getset |
Parameter for storing Longitude data.