Search
Preparing search index...
The search index is not available
DefinitelyTyped
Inherited
Private
Externals
Only exported
google
maps
geometry
spherical
Class spherical
Index
Methods
computeArea
computeDistanceBetween
computeHeading
computeLength
computeOffset
computeSignedArea
interpolate
Methods
public
static
computeArea
(
path
:
Array<any>
, radius
?:
number
)
:
number
Parameters
path:
Array<any>
radius?:
number
optional
Returns
number
public
static
computeDistanceBetween
(
from
:
LatLng
, to
:
LatLng
, radius
?:
number
)
:
number
Parameters
from:
LatLng
to:
LatLng
radius?:
number
optional
Returns
number
public
static
computeHeading
(
from
:
LatLng
, to
:
LatLng
)
:
number
Parameters
from:
LatLng
to:
LatLng
Returns
number
public
static
computeLength
(
path
:
Array<any>
, radius
?:
number
)
:
number
Parameters
path:
Array<any>
radius?:
number
optional
Returns
number
public
static
computeOffset
(
from
:
LatLng
, distance
:
number
, heading
:
number
, radius
?:
number
)
:
LatLng
Parameters
from:
LatLng
distance:
number
heading:
number
radius?:
number
optional
Returns
LatLng
public
static
computeSignedArea
(
loop
:
Array<any>
, radius
?:
number
)
:
number
Parameters
loop:
Array<any>
radius?:
number
optional
Returns
number
public
static
interpolate
(
from
:
LatLng
, to
:
LatLng
, fraction
:
number
)
:
LatLng
Parameters
from:
LatLng
to:
LatLng
fraction:
number
Returns
LatLng
Globals
google
google.maps
google.maps.adsense
google.maps.drawing
google.maps.geometry
google.maps.panoramio
google.maps.places
google.maps.visualization
google.maps.weather
encoding
poly
spherical
computeArea
computeDistanceBetween
computeHeading
computeLength
computeOffset
computeSignedArea
interpolate