StreetSmart.WinForms.x64 18.7.7

The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package StreetSmart.WinForms.x64 --version 18.7.7
NuGet\Install-Package StreetSmart.WinForms.x64 -Version 18.7.7
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="StreetSmart.WinForms.x64" Version="18.7.7" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add StreetSmart.WinForms.x64 --version 18.7.7
#r "nuget: StreetSmart.WinForms.x64, 18.7.7"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install StreetSmart.WinForms.x64 as a Cake Addin
#addin nuget:?package=StreetSmart.WinForms.x64&version=18.7.7

// Install StreetSmart.WinForms.x64 as a Cake Tool
#tool nuget:?package=StreetSmart.WinForms.x64&version=18.7.7

Street Smart .NET Integration for Windows Forms

Makes the Street Smart JavaScript API available for .NET applications.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated

Version: 18.7.0
===============
- Fixed bug: crashed on .GetRecording() with images from 2008
- GetActiveMeasurement: returns now an object structure
- The measurement changed event, returns now an object structure
- Remove overlay function is now awaited
- Added a function for get the viewerId: GetViewerId()
- Added a function for close a viewer by Id: CloseViewer(viewerId)
- Added a function for get the opened viewers: getViewers()
- Fixed bug: when setting a viewer to not be closeable, button still appears
- Fixed: now multiple API creation and initialization support

Version: 18.5.0
===============
- Removed maxWindows, now the maxWindows is always 3
- Removed the Copy_Link and Center_Map button in the oblique viewer and panorama viewer buttons
- Added the toggle3D Cursor and get3DCursor visible functions in the Panorama viewer
- Added the SetBrightness and the SetContrast functions in the panorama viewer and the oblique viewer
- Improved parsing SLD, now you don't have to escape characters
- Added set Active measurment function: ToDo: add it possible for create a GeoJSON object and parse this object to this function

Version: 18.4.0
===============
- Added the folowing buttons to the panorama viewer button list. Now you can turn these buttons on and off.
+ Elevation button
+ report blurring button
+ measure button
- Bug fixed: crashed on .GetRecording() with old images
- Build with Cefsharp version 0.63. (Previous we CefSharp version 0.57). This new build fixed the next problem:
+ Fixed running API on older operationg systems. (For example windows server 2008)
- Changed the open image options, now there are oblique viewer options and panorama viewer options
- Implemented: Remove cross from panoramic viewer
- Fixed adding geoJson layer with an empty SLD

Version: 17.3.0
===============
- IStreetsmartAPI:
- Added events: ViewerAdded and ViewerRemoved
- Added functions: DestroyApi, GetDebugLogs, removeOverlays
- Renamed: GetMeasurementInfo => GetActiveMeasurement, OpenByQuery => Open
- Updated function:
- AddOverlay: returns now a Id, can now used for add a SLD to the overlay
- Remove deprecated functions:
- AddPanoramaViewer, DestroyPanoramaViewer

- IObliqueViewer:
- Expand with the same functions as in the IPanoramaViewer interace
- Added functions: getButtonEnabled and toggleButtonEnabled

- IPanoramaViewer:
- Added functions: getButtonEnabled and toggleButtonEnabled

- Added support for multiple cyclorama viewers

Version: 17.2.0
===============
- Start release notes