public class RoutePoint extends Object
Constructor and Description |
---|
RoutePoint(double latitude,
double longitude)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
double |
getLatitude()
Returns the latitude
|
int |
getLatitudeInt()
Returns the latitude
|
double |
getLongitude()
Returns the longitude
|
int |
getLongitudeInt()
Returns the longitude
|
public RoutePoint(double latitude, double longitude)
latitude
- Latitude of the coordinate in degreeslongitude
- Longitude of the coordinate in degreespublic int getLatitudeInt()
public int getLongitudeInt()
public double getLatitude()
public double getLongitude()
Copyright © 2020. All rights reserved.