C# Class Fusion.Engine.Graphics.GIS.DataSystem.MapSources.MapBox.BaseMapBoxMap

Inheritance: BaseMapSource
Show file Open project: demiurghg/FusionEngine

Protected Properties

Property Type Description
AcessToken string
Example string
ServerLetters string
UrlFormat string

Protected Methods

Method Description
BaseMapBoxMap ( Game game ) : System
GetServerNum ( int x, int y, int max ) : int

Method Details

BaseMapBoxMap() protected method

protected BaseMapBoxMap ( Game game ) : System
game Game
return System

GetServerNum() protected method

protected GetServerNum ( int x, int y, int max ) : int
x int
y int
max int
return int

Property Details

AcessToken protected property

protected string AcessToken
return string

Example protected property

protected string Example
return string

ServerLetters protected property

protected string ServerLetters
return string

UrlFormat protected property

protected string UrlFormat
return string