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