public class Point extends Geo<List<Double>>
Point()
Point(Double lng, Double lat)
void
setLat(Double lat)
setLong(Double lng)
getCoordinates, getType, setCoordinates, setType
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Point()
public Point(Double lng, Double lat)
public void setLat(Double lat)
public void setLong(Double lng)
Copyright © 2022. All rights reserved.