Logo
Developer

VisioWeb Remote 1.16.1

Class

CHANGELOG

Here you will find the change log for VisioWebRemote.
VisioWebRemote-1.16.1,  2024/01/23
--------------------------------
[added] Now works with authentification by token

VisioWebRemote-1.16.0,  2023/12/12
--------------------------------
[added] see visioweb changelog

VisioWebRemote-1.15.0,  2023/12/11
--------------------------------
[added] see visioweb changelog

VisioWebRemote-1.14.0,  2023/11/17
--------------------------------
[added] see visioweb changelog

VisioWebRemote-1.13.1,  2023/11/16
--------------------------------
[fixed] see visioweb essential changelog

VisioWebRemote-1.13.0,  2023/11/09
--------------------------------
[fixed] see visioweb changelog

VisioWebRemote-1.12.8,  2023/10/30
--------------------------------
[fixed] see visioweb changelog

VisioWebRemote-1.12.7,  2023/10/26
--------------------------------
[fixed] see visioweb changelog

VisioWebRemote-1.12.6,  2023/10/06
--------------------------------
[fixed] see visioweb changelog

VisioWebRemote-1.12.4,  2023/08/31
--------------------------------
[fixed] see visioweb changelog

VisioWebRemote-1.12.4,  2023/06/26
--------------------------------
[fixed] see visioweb changelog

VisioWebRemote-1.12.3,  2023/05/30
--------------------------------
[fixed] see sample

VisioWebRemote-1.12.2,  2023/05/09
--------------------------------
[fixed] see sample

VisioWebRemote-1.12.1,  2023/04/18
--------------------------------
[fixed] see visioweb changelog

VisioWebRemote-1.12.0,  2023/02/21
--------------------------------
[modified] see visioweb changelog

VisioWebRemote-1.10.2,  2021/04/15
---------------------------------
[fixed] documentation code snippet is out of date

VisioWebRemote-1.10.1, 2021/02/03
---------------------------------
[renamed] addCategory and addPlaceContent respectively into createCategory and setPlaceContent.
    Both changes reflect the new names of the corresponding methods in VisioWeb Essential.
[fixed] when using addPlaceCategory or addPlaceContent on a new place created using createPlace
    the place and/or the category would not show up in the advanced search panel.
[fixed] calling goToPlace with radius, heading or pitch options would miss building/floor animations.

Migrating from 1.10.0 to 1.10.1:
    - rename addCategory into createCategory
    - rename addPlaceContent calls into setPlaceContent

VisioWebRemote-1.10.0, 2021/09/29
---------------------------------
[renamed] addPlace into addPlaceContent to avoid confusion with createPlace.

Migrating from 1.9.10 to 1.10.0:
    - rename addPlace calls into addPlaceContent

VisioWebRemote-1.9.10, 2021/07/27
---------------------------------
[added] advanced search component.
[added] new parameter 'location' to specify user's location as a place ID or a (latitude, longitude) couple.
[added] new sub-parameter set 'search' under parameters.ui.
[added] new sub-parameter set 'route' under parameters.ui.
[added] routeFrom, routeTo APIs to replace computeRoute.
[added] createPlace API to add icons to the map. addPlace API is now used to register the place content.
[added] addCategory, addPlaceCategories, queryAllCategoryIDs to manage categories.
[added] openSearch API to open the advanced search panel (if enabled) programmatically (e.g. as soon as the page is loaded)
[moved] 'zoom' sub-parameter from parameters.ui.modules to parameters.ui.exploration.
[updated] several APIs to make their signature more consistent (see Migrating... section).
[updated] all APIs to make them return/accept only (latitude, longitude) coordinates when dealing with positions.
[removed] computeRoute API.
[removed] parameters.ui.modules
[removed] parameters.ui.placeinfo.navigation flag.
[fixed] building/floor buttons would take up all screen width in floating+compact mode.

Migrating from 1.9.9 to 1.9.10:
    - parameters.ui.modules.search becomes parameters.ui.search.enabled
    - parameters.ui.modules.zoom becomes parameters.ui.exploration.zoom
    - parameters.ui.placeinfo.navigation becomes parameters.ui.route.navigation
    - addPlace API becomes createPlace API
    - Following APIs signature was updated for more consistency:
    getFootprintPoints, getPointOfFocus, getPlace, getCategory, goToBuilding, goToFloor, 
    removePlace, resetPlaceColor

VisioWebRemote-1.9.9, 2021/03/30
--------------------------------
[added] support for a virtual keyboard.

VisioWebRemote-1.9.8, 2020/10/06
--------------------------------
[added] support for optimization flags when initializing VisioWeb Remote.
[fixed] ready event would not be triggered if no callback was registered for it.

VisioWebRemote-1.9.7, 2020/05/08
--------------------------------
[added] 'enabled' flag in parameters.ui.placeinfo to allow developers not to display the default placeinfo.
[added] events sub-section in parameters.mapview
[added] 'enableMouseover' in paramters.mapview.events to allow developers not to use highlight on mouseover
[added] 'listenTo' in parameters.mapview.events. It's an array of strings defining events that will be forwarded to VisioWeb Remote.
    The events that are currently supported are: 'mouseup', 'exploreStateWillChange' and 'exploreStateChanged'.
[added] callbacks to VisioWebRemote class to handle those events.
[added] possibility to call setPlaceName, setPlaceColor, setPlaceDescription, setPlacePosition and addPlace for multiple places in one API call.
    As API calls are sent through the HTML Message API and executed every frame, there could be a long delay in setting names for all places for example.

VisioWebRemote-1.9.0, 2019/02/15
--------------------------------
[fixed] Zoom buttons: animation was not properly cancelled.
[moved] language parameter outside of locale.navigation sub-parameters

VisioWebRemote-1.8.12, 2018/12/05
--------------------------------
[fixed] goToPlace would not activate the target floor when using radius option.
[fixed] iOS 12 browsers would capture gestures and induce unwanted behavior in the map.
[added] APIs for map exploration: goToGlobal, goToBuilding and goToFloor.

VisioWebRemote-1.8.11, 2018/10/17
--------------------------------
- Initial release. 

Constructor

new CHANGELOG()