Class MapVisualizationsConfiguration

Inheritance
System.Object
MapVisualizationsConfiguration
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Reveal.Sdk
Assembly: Reveal.UI.Sdk.dll
Syntax
public class MapVisualizationsConfiguration

Properties

ShapefilesCachePath

Directory where the shape files needed for map visualizations will be stored.

Declaration
public string ShapefilesCachePath { get; set; }
Property Value
Type Description
System.String

ShapesMetadataFileUrl

The URL where the MapData.json could be retrieved from. ShapesMetadataFileUrl + "MapData.json" should be pointing to valid MapData.json.

Declaration
public string ShapesMetadataFileUrl { get; set; }
Property Value
Type Description
System.String