/** Profile **/ /** * Produce a geometry from one or more [JSON]{@link Geometry#toJSON} or GeoJSON. * @param {Object} json - a geometry's JSON or a geojson * @return {Geometry} geometry * @example * var profile = { "feature": { "type": "Feature", "id" : "point1", "geometry": {"type": "Point", "coordinates": [102.0, 0.5]}, "properties": {"prop0": "value0"} }, //construct options. "options":{ "draggable" : true }, //symbol "symbol":{ "markerFile" : "http://foo.com/icon.png", "markerWidth" : 20, "markerHeight": 20 } }; const marker = Geometry.fromJSON(profile); */ //# sourceMappingURL=Map.Profile.d.ts.map