Skip to content

Latest commit

 

History

History
33 lines (18 loc) · 841 Bytes

Geocoder.md

File metadata and controls

33 lines (18 loc) · 841 Bytes

See html formatted version

Geocoder class

google.maps.Geocoder class

A service for converting between an address and a LatLng.

Constructor

undefined

Geocoder()

Parameters:  None

Creates a new instance of a Geocoder that sends geocode requests to Google servers.

Methods

undefined

geocode(request, callback)

Parameters: 

Return Value:  None

Geocode a request.