add Geo Json As Marker Collection
Adds a GeoJSON file as a marker collection.
Return
A pair of a list of MarkerCollection objects and an integer result code.
Parameters
The path to the GeoJSON file.
The progress listener for the operation.
Filters for the useful data from "properties" GeoJSON.
The prefix for "features" in the GeoJSON (e.g. "/data/collection/"). If empty, "features" is considered to be in the json root.
Additional JSON params to parse.
If true, polygons are imported as areas.
Adds a GeoJSON data buffer as a marker collection.
Return
A pair of a list of MarkerCollection objects and an integer result code.
Parameters
The GeoJSON data buffer.
The name of the marker collection.
The progress listener for the operation.
Filters for the useful data from "properties" GeoJSON.
The prefix for "features" in the GeoJSON. If empty, "features" is considered to be in the json root.
Additional JSON params to parse.
If true, polygons are imported as areas.
Creates a marker collection from a GeoJSON data grabber.
Return
A pair of a list of MarkerCollection objects and an integer result code.
Parameters
A function that fills the given DataBuffer and returns 0 on success.
The expected data size in bytes.
The name of the marker collection.
The progress listener for the operation.
Filters for the useful data from "properties" GeoJSON.
The prefix for "features" in the GeoJSON. If empty, "features" is considered to be in the json root.
Additional JSON params to parse.
If true, polygons are imported as areas.