Package com.smartcar.sdk.data
Class VehicleLocation
- java.lang.Object
-
- com.smartcar.sdk.data.ApiData
-
- com.smartcar.sdk.data.VehicleLocation
-
- All Implemented Interfaces:
java.io.Serializable
public class VehicleLocation extends ApiData
POJO for Smartcar /location endpodouble- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description VehicleLocation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
getLatitude()
Returns the latitude of the vehicledouble
getLongitude()
Returns the longitude of the vehiclejava.lang.String
toString()
Returns the stored data string.
-