google.maps.Data.Point
class
A Point geometry contains a single LatLng.
This class implements
Data.Geometry.
| Constructor | |
|---|---|
Data.Point |
Data.Point(latLng)Parameters:
Constructs a Data.Point from the given LatLng or LatLngLiteral. |
| Methods | |
|---|---|
forEachLatLng |
forEachLatLng(callback)Parameters:
Return Value: None
|
get |
get()Parameters: None
Return Value:
LatLngReturns the contained LatLng. |
getType |
getType()Parameters: None
Return Value:
stringReturns the string "Point". |