Options
All
  • Public
  • Public/Protected
  • All
Menu

A Point geometry contains a single LatLng.

Access by calling const {Data} = await google.maps.importLibrary("maps"). See https://developers.google.com/maps/documentation/javascript/libraries.

Hierarchy

  • Point

Implements

Index

Constructors

Methods

  • 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

  • Returns the contained LatLng.

    Returns LatLng

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

    Returns string

Generated using TypeDoc