Class ScatterMapVisualizationsConfiguration
Configuration used by Scatter Map visualization, used to configure the tiles provider (one of Bing, ESRI or MapBox) and corresponding token.
Inheritance
System.Object
ScatterMapVisualizationsConfiguration
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 ScatterMapVisualizationsConfiguration
Constructors
ScatterMapVisualizationsConfiguration(RVMapImageryType, String)
Declaration
public ScatterMapVisualizationsConfiguration(RVMapImageryType mapImageryType, string token)
Parameters
| Type | Name | Description |
|---|---|---|
| RVMapImageryType | mapImageryType | |
| System.String | token |
Properties
MapImageryProviderToken
The token used to enable the provider specified in MapImageryType.
Declaration
public string MapImageryProviderToken { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
MapImageryType
Map tiles provider, one of Bing, ESRI, MapBox, OpenStreetMap
Declaration
public RVMapImageryType MapImageryType { get; }
Property Value
| Type | Description |
|---|---|
| RVMapImageryType |
MapImageryUrl
The url used to load tiles, only supported for OpenStreetMap. For example: "https://tile.openstreetmap.org/{Z}/{X}/{Y}.png"
Declaration
public string MapImageryUrl { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Methods
CreateOpenStreetMapConfiguration(String)
Declaration
public static ScatterMapVisualizationsConfiguration CreateOpenStreetMapConfiguration(string url)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | url |
Returns
| Type | Description |
|---|---|
| ScatterMapVisualizationsConfiguration |