| Package | com.afcomponents.umap.providers.microsoft |
| Class | public class MicrosoftProvider |
| Inheritance | MicrosoftProvider XMLProvider DefaultProvider flash.events.EventDispatcher |
| Implements | IProvider |
| Method | Defined by | ||
|---|---|---|---|
|
MicrosoftProvider(defaultData:Boolean = false, settings:* = null)
MicrosoftProvider Provider constructor.
| MicrosoftProvider | ||
![]() |
addMapType(type:IMapType):Boolean
Adds new map type to the map types Array.
| DefaultProvider | |
![]() |
clearLogo():void
Clears the logo.
| DefaultProvider | |
![]() |
dispose():void
Frees the resources accuired by the Provider.
| XMLProvider | |
|
getDefaultCopyright():String
Returns default copyright string.
| MicrosoftProvider | ||
![]() |
getDefaultCopyrightURL():URLRequest
Abstract function.
| XMLProvider | |
![]() |
getDefaultLanguage():String
Abstract function.
| XMLProvider | |
![]() |
getDefaultLanguageURL():URLRequest
Abstract function.
| XMLProvider | |
![]() |
getDefaultSettings():String
Abstract function.
| XMLProvider | |
![]() |
getDefaultSettingsURL():URLRequest
Abstract function.
| XMLProvider | |
![]() |
getMapTypeByName(mapTypeName:String):IMapType
Returns map type reference by it's name.
| DefaultProvider | |
![]() |
Initializes the provider and starts the loading process.
| XMLProvider | |
![]() |
Loads copyright information for the specified area from the url defined by the
copyrightURL property. | XMLProvider | |
![]() |
setLogo(logo:*):void
Setups the logo for the provider, loads it if necessary.
| DefaultProvider | |
| Constant | Defined by | ||
|---|---|---|---|
| AERIAL : String = "aerial" [static]
Defines the name of the Aerial map type.
| MicrosoftProvider | ||
| HYBRID : String = "hybrid" [static]
Defines the name of the Hybrid map type.
| MicrosoftProvider | ||
![]() | LOADING_COPYRIGHT : String = "loadingCopyright" [static]
The
Provider.LOADING_COPYRIGHT constant defines the value of the loadingState
property of the Provider object that indicates that copyright information is being loaded at the moment. | XMLProvider | |
![]() | LOADING_IDLE : String = "loadingIdle" [static]
The
Provider.LOADING_IDLE constant defines the value of the loadingState
property of the Provider object that indicates that no loading occurs at the moment. | XMLProvider | |
![]() | LOADING_LANGUAGE : String = "loadingLanguage" [static]
The
Provider.LOADING_LANGUAGE constant defines the value of the loadingState
property of the Provider object that indicates that language file is being loaded at the moment. | XMLProvider | |
![]() | LOADING_SETTINGS : String = "loadingSettings" [static]
The
Provider.LOADING_SETTINGS constant defines the value of the loadingState
property of the Provider object that indicates that settings file is being loaded at the moment. | XMLProvider | |
| ROAD : String = "road" [static]
Defines the name of the Road map type.
| MicrosoftProvider | ||
| MicrosoftProvider | () | constructor |
public function MicrosoftProvider(defaultData:Boolean = false, settings:* = null)MicrosoftProvider Provider constructor.
ParametersdefaultData:Boolean (default = false) — Flag that forces provider to use default settings & language data without loading anything.
|
|
settings:* (default = null) — A URLRequest or String which defines the path to the settings data.
|
| getDefaultCopyright | () | method |
public override function getDefaultCopyright():StringReturns default copyright string.
ReturnsString |
| AERIAL | constant |
public static const AERIAL:String = "aerial"Defines the name of the Aerial map type.
| HYBRID | constant |
public static const HYBRID:String = "hybrid"Defines the name of the Hybrid map type.
| ROAD | constant |
public static const ROAD:String = "road"Defines the name of the Road map type.