C# Class Ushahidi.Map.MapService

Abstract Map Service
Inheritance: IDisposable
Mostra file Open project: ushahidi/Ushahidi_WinMobile

Public Methods

Method Description
Dispose ( ) : void

Dispose of Resources

GetMap ( double latitude, double longitude, int width, int height, int zoom, bool satellite ) : void

Get Map

Protected Methods

Method Description
GetMapInternal ( ) : void

Get Map Implementation

Method Details

Dispose() public method

Dispose of Resources
public Dispose ( ) : void
return void

GetMap() public method

Get Map
public GetMap ( double latitude, double longitude, int width, int height, int zoom, bool satellite ) : void
latitude double latitude
longitude double longitude
width int map width
height int map height
zoom int map zoom level
satellite bool map satellite view?
return void

GetMapInternal() protected abstract method

Get Map Implementation
protected abstract GetMapInternal ( ) : void
return void