IStreetSmartAPIRemoveOverlay Method |
Removes a GeoJSON overlay from the panorama viewer.
Namespace:
StreetSmart.WinForms.Interfaces
Assembly:
StreetSmart.WinForms (in StreetSmart.WinForms.dll) Version: 18.3.0.0 (18.3.0.0)
Syntaxvoid RemoveOverlay(
string id
)
Sub RemoveOverlay (
id As String
)
void RemoveOverlay(
String^ id
)
abstract RemoveOverlay :
id : string -> unit
Parameters
- id
- Type: SystemString
The id of the overlay
See Also