Options
All
  • Public
  • Public/Protected
  • All
Menu

A superclass for the various geometry objects.

Hierarchy

  • Geometry

Implemented by

Index

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

  • getType(): string
  • Returns the type of the geometry object. Possibilities are "Point", "MultiPoint", "LineString", "MultiLineString", "LinearRing", "Polygon", "MultiPolygon", or "GeometryCollection".

    Returns string

Generated using TypeDoc