API Reference
Class
ChartMapGeoJson
Creates map definitions from GeoJSON polygon features.
Inheritance
- Object
- ChartMapGeoJson
Methods
ToMapDefinition(System.String id, System.String name, System.String geoJson, ChartForgeX.Core.ChartMapGeoJsonOptions options) #Creates a map definition from a GeoJSON FeatureCollection or Feature.
Parameters
- id System.String
- The stable map identifier.
- name System.String
- The display name.
- geoJson System.String
- The GeoJSON document.
- options ChartForgeX.Core.ChartMapGeoJsonOptions
- Optional import settings.
Returns
A reusable map definition.