experimental new ol.format.GPX()
Extends
Members
-
experimental readProjection
-
Read the projection from a GPX source.
Methods
-
experimental readFeature(source){ol.Feature}
-
Read the first feature from a GPX source.
Name Type Description sourceArrayBuffer | Document | Node | Object | string Source.
-
experimental readFeatures(source){Array.<ol.Feature>}
-
Read all features from a GPX source.
Name Type Description sourceArrayBuffer | Document | Node | Object | string Source.
-
experimental writeFeatures(features){ArrayBuffer|Node|Object|string}
-
Encode an array of features in the GPX format.
Name Type Description featuresArray.<ol.Feature> Features.
OpenLayers 3