Options
All
  • Public
  • Public/Protected
  • All
Menu

A Point geometry contains a single LatLng.

Hierarchy

  • Point

Implements

Index

Constructors

constructor

Methods

forEachLatLng

  • forEachLatLng(callback: (a: LatLng) => void): void
  • Repeatedly invokes the given function, passing a point from the geometry to the function on each invocation.

    Parameters

    Returns void

get

  • Returns the contained LatLng.

    Returns LatLng

getType

  • getType(): string
  • Returns the string "Point".

    Returns string

Generated using TypeDoc