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

Inheritance: BaseMapSource
Afficher le fichier Open project: demiurghg/FusionEngine

Protected Properties

Свойство Type Description
Language string
MapVersion string
Sec1 string
SecureWord string
Server string
UrlFormat string
UrlFormatRequest string
UrlFormatServer string

Méthodes protégées

Méthode 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 méthode

protected BaseGoogleMapSource ( Game game ) : System
game Game
Résultat System

GetSecureWords() protected méthode

protected GetSecureWords ( int x, int y, string &sec1, string &sec2 ) : void
x int
y int
sec1 string
sec2 string
Résultat void

GetServerNum() protected méthode

protected GetServerNum ( int x, int y, int max ) : int
x int
y int
max int
Résultat int

Property Details

Language protected_oe property

protected string Language
Résultat string

MapVersion protected_oe property

protected string MapVersion
Résultat string

Sec1 protected_oe property

protected string Sec1
Résultat string

SecureWord protected_oe property

protected string SecureWord
Résultat string

Server protected_oe property

protected string Server
Résultat string

UrlFormat protected_oe property

protected string UrlFormat
Résultat string

UrlFormatRequest protected_oe property

protected string UrlFormatRequest
Résultat string

UrlFormatServer protected_oe property

protected string UrlFormatServer
Résultat string