C# Class VolTeer.GoogleAPI.GoogleGeocoder

Inheritance: IGeocoder
Exibir arquivo Open project: CISC181/VolTeerNET Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
GetLatLongFromAddress ( GoogleAddress address ) : string
GoogleGeocoder ( ) : System

Initializes a new instance of the GoogleGeocoder class and defaults to transmission over HTTP.

GoogleGeocoder ( bool isSSL ) : System

Initializes a new instance of the GoogleGeocoder class.

Method Details

GetLatLongFromAddress() public method

public GetLatLongFromAddress ( GoogleAddress address ) : string
address GoogleAddress
return string

GoogleGeocoder() public method

Initializes a new instance of the GoogleGeocoder class and defaults to transmission over HTTP.
public GoogleGeocoder ( ) : System
return System

GoogleGeocoder() public method

Initializes a new instance of the GoogleGeocoder class.
public GoogleGeocoder ( bool isSSL ) : System
isSSL bool Indicates whether to send API requests via HTTPS.
return System