public final class CellBoundary
extends Object
cell boundary points as
LatLng
-
Method Summary
boolean
Return the point at the given position
int
int
Number of points in this boundary
-
Method Details
-
numPoints
public int numPoints()
Number of points in this boundary
-
getLatLon
public LatLng getLatLon(int i)
Return the point at the given position
-
-