Class GpxFeatureLayer
public class GpxFeatureLayer : FeatureLayer
- Inheritance
-
GpxFeatureLayer
- Inherited Members
Constructors
GpxFeatureLayer()
public GpxFeatureLayer()
GpxFeatureLayer(string)
public GpxFeatureLayer(string gpxPathFilename)
Parameters
gpxPathFilename
string
Properties
GpxPathFilename
public string GpxPathFilename { get; set; }
Property Value
HasBoundingBox
public override bool HasBoundingBox { get; }
Property Value
Events
StreamLoading
public event EventHandler<StreamLoadingEventArgs> StreamLoading