C# 클래스 BikeInCity.ServiceCaller.ServiceCaller

파일 보기 프로젝트 열기: hoonzis/bikeincity 1 사용 예제들

공개 메소드들

메소드 설명
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.

메소드 상세

GeocodeAddress() 공개 메소드

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

ServiceCaller() 공개 메소드

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