public class GeoCoordinates extends Object
| Constructor and Description |
|---|
GeoCoordinates(Number x,
Number y)
Creates new
GeoCoordinates. |
public GeoCoordinates(Number x, Number y)
GeoCoordinates.x - the longitude, must not be null.y - the latitude, must not be null.Copyright © 2018 lettuce.io. All rights reserved.