Octane SDK  2.0 Beta
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events
Public Member Functions | Properties | List of all members
Impinj.OctaneSdk.GpsCoordinates Class Reference

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...
 

Detailed Description

Helper class used to manage GPS coordinates within a tag object.

Member Function Documentation

override string Impinj.OctaneSdk.GpsCoordinates.ToString ( )

Override of the ToString operator that concatenates the Latitude and Longitude parameters into a single string.

Returns

Property Documentation

double Impinj.OctaneSdk.GpsCoordinates.Latitude
getset

Parameter for storing Latitude data.

double Impinj.OctaneSdk.GpsCoordinates.Longitude
getset

Parameter for storing Longitude data.