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

Inheritance: BaseMapSource
显示文件 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_oe property

protected string AcessToken
return string

Example protected_oe property

protected string Example
return string

ServerLetters protected_oe property

protected string ServerLetters
return string

UrlFormat protected_oe property

protected string UrlFormat
return string