-
- All Implemented Interfaces:
-
java.io.Serializable
public final class VoiceGeoLocation implements Serializable
Data class which contains information about the current location. Used only to send/receive the current location from Voice service.
-
-
Constructor Summary
Constructors Constructor Description VoiceGeoLocation(Double latitude, Double longitude)
-
Method Summary
Modifier and Type Method Description final Double
getLatitude()
The latitude of the location final Double
getLongitude()
The longitude of the location -
-
Method Detail
-
getLatitude
final Double getLatitude()
The latitude of the location
-
getLongitude
final Double getLongitude()
The longitude of the location
-
-
-
-