C# Class BruTile.GoogleMaps.GoogleV3TileSource

Implementation of a GoogleMaps V3 TileSource This hosts the Google Maps Javascript API internally in the application and grabs tiles from that to render in brutile.
Inheritance: ITileSource, IDisposable
Show file Open project: petlof/brutile-googleV3 Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
GoogleV3TileSource ( ) : System
GoogleV3TileSource ( MapTypeId mapType ) : System
GoogleV3TileSource ( string googleClientID, string googleChannel, string baseUrl, MapTypeId mapType ) : System

Method Details

Dispose() public method

public Dispose ( ) : void
return void

GoogleV3TileSource() public method

public GoogleV3TileSource ( ) : System
return System

GoogleV3TileSource() public method

public GoogleV3TileSource ( MapTypeId mapType ) : System
mapType MapTypeId
return System

GoogleV3TileSource() public method

public GoogleV3TileSource ( string googleClientID, string googleChannel, string baseUrl, MapTypeId mapType ) : System
googleClientID string
googleChannel string
baseUrl string
mapType MapTypeId
return System