C# Class BruTile.GoogleMaps.GoogleV3TileProvider

Inheritance: BruTile.ITileProvider
Afficher le fichier Open project: petlof/brutile-googleV3 Class Usage Examples

Méthodes publiques

Méthode Description
GetTile ( TileInfo tileInfo ) : byte[]
GoogleV3TileProvider ( BruTile.GoogleMaps.GoogleV3TileSchema tileSchema, string referer = "http://localhost" ) : System

Private Methods

Méthode Description
CalculateSParam ( int x, int y ) : string
ComposeErrorMessage ( WebResponse webResponse, string uri ) : string
Fetch ( string url ) : byte[]
GetEncoder ( ImageFormat format ) : System.Drawing.Imaging.ImageCodecInfo
ReadAllText ( Stream responseStream ) : string

Method Details

GetTile() public méthode

public GetTile ( TileInfo tileInfo ) : byte[]
tileInfo TileInfo
Résultat byte[]

GoogleV3TileProvider() public méthode

public GoogleV3TileProvider ( BruTile.GoogleMaps.GoogleV3TileSchema tileSchema, string referer = "http://localhost" ) : System
tileSchema BruTile.GoogleMaps.GoogleV3TileSchema
referer string
Résultat System