Click or drag to resize

IStreetSmartAPIAddOverlay Method

Add a GeoJSON overlay to the panorama viewer. SRS of API initialisation is used. Use overload with sourceSrs parameter if provided GeoJSON is in a different coordinate system.

Namespace:  StreetSmart.WinForms.Interfaces
Assembly:  StreetSmart.WinForms (in StreetSmart.WinForms.dll) Version: 18.3.0.0 (18.3.0.0)
Syntax
Task<IOverlay> AddOverlay(
	IOverlay overlay
)

Parameters

overlay
Type: StreetSmart.WinForms.InterfacesIOverlay
The overlay to add

Return Value

Type: TaskIOverlay
the overlay object
See Also