C# Class Fusion.Engine.Graphics.GIS.DataSystem.MapSources.GoogleMaps.BaseGoogleMapSource

Inheritance: BaseMapSource
Exibir arquivo Open project: demiurghg/FusionEngine

Protected Properties

Property Type Description
Language string
MapVersion string
Sec1 string
SecureWord string
Server string
UrlFormat string
UrlFormatRequest string
UrlFormatServer string

Protected Methods

Method Description
BaseGoogleMapSource ( Game game ) : System
GetSecureWords ( int x, int y, string &sec1, string &sec2 ) : void
GetServerNum ( int x, int y, int max ) : int

Method Details

BaseGoogleMapSource() protected method

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

GetSecureWords() protected method

protected GetSecureWords ( int x, int y, string &sec1, string &sec2 ) : void
x int
y int
sec1 string
sec2 string
return void

GetServerNum() protected method

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

Property Details

Language protected_oe property

protected string Language
return string

MapVersion protected_oe property

protected string MapVersion
return string

Sec1 protected_oe property

protected string Sec1
return string

SecureWord protected_oe property

protected string SecureWord
return string

Server protected_oe property

protected string Server
return string

UrlFormat protected_oe property

protected string UrlFormat
return string

UrlFormatRequest protected_oe property

protected string UrlFormatRequest
return string

UrlFormatServer protected_oe property

protected string UrlFormatServer
return string