C# Class BikeInCity.ServiceCaller.ServiceCaller

Show file Open project: hoonzis/bikeincity Class Usage Examples

Public Methods

Method 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 method

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

ServiceCaller() public method

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