C# Class VolTeer.GoogleAPI.GoogleGeocoder

Inheritance: IGeocoder
Afficher le fichier Open project: CISC181/VolTeerNET Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

public GetLatLongFromAddress ( GoogleAddress address ) : string
address GoogleAddress
Résultat string

GoogleGeocoder() public méthode

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

GoogleGeocoder() public méthode

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