C# Class Ushahidi.Map.BingMapService

Bing Map Service
Inheritance: MapService
Exibir arquivo Open project: ushahidi/Ushahidi_WinMobile

Public Methods

Method Description
BingMapService ( string username, string password ) : System

Bing Map Service

Protected Methods

Method Description
GetMapInternal ( ) : void

Get Bing Map Image

Method Details

BingMapService() public method

Bing Map Service
public BingMapService ( string username, string password ) : System
username string Bing username
password string Bing password
return System

GetMapInternal() protected method

Get Bing Map Image
protected GetMapInternal ( ) : void
return void