|  | Alexa Auto SDK
    2.3.0
    | 
| Public Member Functions | |
| Location (double latitude, double longitude, double altitude, double accuracy) | |
| Location (double latitude, double longitude, double altitude) | |
| Location (double latitude, double longitude) | |
| double | getLatitude () | 
| double | getLongitude () | 
| double | getAltitude () | 
| double | getAccuracy () | 
Represents a location object and provides accessor methods to its data
| com.amazon.aace.location.Location.Location | ( | double | latitude, | 
| double | longitude, | ||
| double | altitude, | ||
| double | accuracy | ||
| ) | 
Most verbose constructor for a Location object
| latitude | A location latitude | 
| longitude | A location longitude | 
| altitude | A location altitude in meters | 
| accuracy | A location accuracy in meters | 
| com.amazon.aace.location.Location.Location | ( | double | latitude, | 
| double | longitude, | ||
| double | altitude | ||
| ) | 
Less verbose constructor for a Location object
| latitude | A location latitude | 
| longitude | A location longitude | 
| altitude | A location altitude in meters | 
| com.amazon.aace.location.Location.Location | ( | double | latitude, | 
| double | longitude | ||
| ) | 
Least verbose constructor for a Location object
| latitude | A location latitude | 
| longitude | A location longitude | 
| double com.amazon.aace.location.Location.getLatitude | ( | ) | 
Location accessor method for latitude
| double com.amazon.aace.location.Location.getLongitude | ( | ) | 
Location accessor method for longitude
| double com.amazon.aace.location.Location.getAltitude | ( | ) | 
Location accessor method for altitude
| double com.amazon.aace.location.Location.getAccuracy | ( | ) | 
Location accessor method for accuracy
Alexa Auto SDK 2.3.0 - Copyright 2017-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0