wemap_sdk_flutter library

Classes

Building
the map's Building
Category
it refers to the common thing between all tags
Coordinate
Itinerary
Leg
Level
the level of the map's Building
MapData
the map data
MapManager
The MapManager gives the ability to control and to interact with the map
MapOptions
the map configuration
PointOfInterest
the presentation of point of interest (POI)
Step
Tag
the map's tag presentation
UseTags
a map's property gathers information about map tags
WemapMap
The Livemap widget, to display the map

Enums

CameraMode
Direction
Environment
which environment for the Livemap, either Development or Production
LocationSource
VPSState

Extensions

BBoxExtension on BBox

Typedefs

OnActiveLevelChangedCallback = void Function(Building, Level)
OnArrivedAtDestinationCallback = void Function()
OnBuildingFocusChangedCallback = void Function(Building?)
OnCameraTrackingChangedCallback = void Function(CameraMode cameraMode)
OnItineraryAddedCallback = void Function(Itinerary)
OnItineraryFailedCallback = void Function(String error)
OnMapClickCallBack = void Function()
OnMapReadyCallback = void Function(MapData, MapManager)
OnNavigationFailedCallback = void Function(String error)
OnNavigationInfoChangedCallback = void Function(NavigationInfo)
OnNavigationStartedCallback = void Function()
OnNavigationStoppedCallback = void Function()
OnPointOfInterestSelectedCallback = void Function(PointOfInterest)
OnPointOfInterestUnselectedCallback = void Function(PointOfInterest)
OnStartedVpsProcessCallback = void Function()
OnStateChangedCallback = void Function(VPSState state)
OnStoppingVpsProcessCallback = void Function()
OnVPSBadConnectionCallback = void Function()
OnVPSNoConnectionCallback = void Function()