Packagecom.afcomponents.umap.display.routemanager
Classpublic class MapPointRouteRequest
ImplementsIMapPointRequest



Public Properties
 PropertyDefined by
  data : XML
[read-only]
MapPointRouteRequest
  endpoint : String
[read-only]
MapPointRouteRequest
  loading : Boolean
MapPointRouteRequest
  name : String
[read-only]
MapPointRouteRequest
Protected Properties
 PropertyDefined by
  _data : XML
MapPointRouteRequest
  _loading : Boolean
MapPointRouteRequest
Public Methods
 MethodDefined by
  
MapPointRouteRequest(data:XML = null)
MapPointRouteRequest
  
addLatLng(latlng:LatLng):void
MapPointRouteRequest
  
MapPointRouteRequest
  
setLanguage(lang:String):void
MapPointRouteRequest
  
setModeType(str:String):void
MapPointRouteRequest
  
setOptimization(str:String):void
MapPointRouteRequest
  
setToken(token:String):void
MapPointRouteRequest
Property detail
_dataproperty
protected var _data:XML
dataproperty 
data:XML  [read-only]Implementation
    public function get data():XML
endpointproperty 
endpoint:String  [read-only]Implementation
    public function get endpoint():String
_loadingproperty 
protected var _loading:Boolean
loadingproperty 
loading:Boolean  [read-write]Implementation
    public function get loading():Boolean
    public function set loading(value:Boolean):void
nameproperty 
name:String  [read-only]Implementation
    public function get name():String
Constructor detail
MapPointRouteRequest()constructor
public function MapPointRouteRequest(data:XML = null)Parameters
data:XML (default = null)
Method detail
addLatLng()method
public function addLatLng(latlng:LatLng):voidParameters
latlng:LatLng
getDefaultData()method 
public function getDefaultData():XML

Returns
XML
setLanguage()method 
public function setLanguage(lang:String):voidParameters
lang:String
setModeType()method 
public function setModeType(str:String):voidParameters
str:String
setOptimization()method 
public function setOptimization(str:String):voidParameters
str:String
setToken()method 
public function setToken(token:String):voidParameters
token:String