public static class GpxImporter.GpxImporterData extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private GpxLayer |
gpxLayer
The imported GPX layer.
|
private MarkerLayer |
markerLayer
The imported marker layer.
|
private java.lang.Runnable |
postLayerTask
The task to run after GPX and/or marker layer has been added to MapView.
|
Constructor and Description |
---|
GpxImporterData(GpxLayer gpxLayer,
MarkerLayer markerLayer,
java.lang.Runnable postLayerTask)
Constructs a new
GpxImporterData . |
Modifier and Type | Method and Description |
---|---|
GpxLayer |
getGpxLayer()
Returns the imported GPX layer.
|
MarkerLayer |
getMarkerLayer()
Returns the imported marker layer.
|
java.lang.Runnable |
getPostLayerTask()
Returns the task to run after GPX and/or marker layer has been added to MapView.
|
private final MarkerLayer markerLayer
private final java.lang.Runnable postLayerTask
public GpxImporterData(GpxLayer gpxLayer, MarkerLayer markerLayer, java.lang.Runnable postLayerTask)
GpxImporterData
.gpxLayer
- The imported GPX layer. May be null if no GPX data.markerLayer
- The imported marker layer. May be null if no marker.postLayerTask
- The task to run after GPX and/or marker layer has been added to MapView.public GpxLayer getGpxLayer()
public MarkerLayer getMarkerLayer()
public java.lang.Runnable getPostLayerTask()