Skip to content

Latest commit

 

History

History
54 lines (28 loc) · 1.1 KB

Data.Point.md

File metadata and controls

54 lines (28 loc) · 1.1 KB

See html formatted version

Data.Point class

google.maps.Data.Point class

A Point geometry contains a single LatLng.

This class implements Data.Geometry.

Constructor

undefined

Data.Point(latLng)

Parameters: 

Constructs a Data.Point from the given LatLng or LatLngLiteral.

Methods

undefined

forEachLatLng(callback)

Parameters: 

  • callback:  function(LatLng)

Return Value:  None

undefined

get()

Parameters:  None

Return Value:  LatLng

Returns the contained LatLng.

undefined

getType()

Parameters:  None

Return Value:  string

Returns the string "Point".