C# Class BikeInCity.ServiceCaller.ServiceCaller

Afficher le fichier Open project: hoonzis/bikeincity Class Usage Examples

Méthodes publiques

Méthode Description
GeocodeAddress ( string address, EventHandler handler ) : void

Calls bing maps api to geocode address specified in string parametr.

ServiceCaller ( String appID ) : System

Constructor - creates an instance of the classes, the application id for bing maps is provided.

Method Details

GeocodeAddress() public méthode

Calls bing maps api to geocode address specified in string parametr.
public GeocodeAddress ( string address, EventHandler handler ) : void
address string
handler EventHandler
Résultat void

ServiceCaller() public méthode

Constructor - creates an instance of the classes, the application id for bing maps is provided.
public ServiceCaller ( String appID ) : System
appID String
Résultat System