Click or drag to resize

IOverlay Interface

Information about the overlay

Namespace:  StreetSmart.WinForms.Interfaces.Data
Assembly:  StreetSmart.WinForms (in StreetSmart.WinForms.dll) Version: 18.5.0.0 (18.5.0.0)
Syntax
public interface IOverlay

The IOverlay type exposes the following members.

Properties
  NameDescription
Public propertyGeoJson
GeoJSON object containing the layer data
Public propertyId
Id of the overlay
Public propertyName
Name of the layer
Public propertySld
Optional XML string for Styled Layer Descriptor.
Public propertySrs
Optional EPSG code (srs) for the source GeoJSON, if not provided, srs of API initialisation is used.
Top
See Also