Packagenet.systemeD.potlatch2.utils
Classpublic class TrackLoader

A TrackLoader will load the public GPX traces for the current map bounding box into a separate layer



Public Methods
 MethodDefined by
  
TrackLoader(map:Map, url:String)
Create a new TrackLoader
TrackLoader
  
load(keep:Boolean = false):void
Load the public traces for the current map extent
TrackLoader
Constructor detail
TrackLoader()constructor
public function TrackLoader(map:Map, url:String)

Create a new TrackLoader

Parameters
map:Map — The map object you want to the GPS tracks layer to be added to
 
url:String — The url of the server api base
Method detail
load()method
public function load(keep:Boolean = false):void

Load the public traces for the current map extent

Parameters
keep:Boolean (default = false) — not implemented