Options
All
  • Public
  • Public/Protected
  • All
Menu

A LatLngBounds instance represents a rectangle in geographical coordinates, including one that crosses the 180 degrees longitudinal meridian.

see

Maps JavaScript API

Hierarchy

  • LatLngBounds

Index

Constructors

constructor

Methods

contains

equals

extend

getCenter

getNorthEast

getSouthWest

intersects

isEmpty

  • isEmpty(): boolean

toJSON

toSpan

toString

  • toString(): string

toUrlValue

  • toUrlValue(precision?: number): string
  • Returns a string of the form "lat_lo,lng_lo,lat_hi,lng_hi" for this bounds, where "lo" corresponds to the southwest corner of the bounding box, while "hi" corresponds to the northeast corner of that box.

    see

    Maps JavaScript API

    Parameters

    • Optional precision: number

    Returns string

union

Generated using TypeDoc