Base classes for Navigine Flutter SDK. More...
Topics | |
Dart main sdk class | |
Main class of Navigine Flutter SDK. | |
Dart Managers | |
List of managers for Navigine Flutter SDK. | |
Dart Listeners | |
List of listeners for Navigine Flutter SDK. | |
Dart Location Elements | |
List of location elements for Navigine Flutter SDK. | |
Dart Location View Elements | |
List of location view for Navigine Flutter SDK. | |
Dart Geometry classes | |
List of geometry classes for Navigine Flutter SDK. | |
Dart Secondary classes | |
List of secondary classes for Navigine Flutter SDK. | |
Classes | |
class | LocationView |
Class is used to display a Navigine location via Flutter StatefulWidget. More... | |
enum | AnimationType |
Enum described animation functions. More... | |
class | AsyncRouteListener |
Class provides a callback to be invoked when RouteSession handle changed/advanced events. More... | |
class | AsyncRouteManager |
Class is used for managing RouteSessions. More... | |
class | Beacon |
Class is used for storing iBeacon. More... | |
class | BitmapRegionDecoder |
Сlass is used for getting bitmaps (png, jpg, svg) from byte array. More... | |
class | Camera |
Class describing position of the camera. More... | |
class | CameraCallback |
Callback specified after the camera movement is stopped. More... | |
class | CameraListener |
Class is used to listen for camera updates. More... | |
enum | CameraUpdateReason |
Reason of the camera update. More... | |
class | Category |
class is used for storing venue categories. More... | |
class | CircleMapObject |
represents circle on location view. More... | |
class | Eddystone |
Class is used for storing Eddystone. More... | |
class | ElevationGraph |
Сlass describing a graph that connects the sublocations. More... | |
class | FlatIconMapObject |
represents icon object on location view. More... | |
class | GeometryUtils |
A set of functions for working with geometries. More... | |
class | GlobalPoint |
A point at the specified WGS84 coordinates. More... | |
class | Graph |
Class is used for storing graph. More... | |
class | GraphEdge |
Class is used for storing graph edge. More... | |
class | GraphVertex |
Class is used for storing graph vertex. More... | |
class | IconMapObject |
represents icon object on location view. More... | |
class | Image |
class described image data in SDK More... | |
enum | ImageType |
Enum described supported image types. More... | |
class | InputListener |
Class is used to listen for interactions with location view. More... | |
class | Line |
A polyline with specified list of segments Segment. More... | |
class | Location |
Class is used for storing location parameters: identifier, version, name, a list of sublocations, etc. More... | |
class | LocationInfo |
General information about location. More... | |
class | LocationListListener |
Class provides a callback to be invoked when LocationListManager class downloads list of available locations from server. More... | |
class | LocationListManager |
Class is used for downloading locations list from the server and providing it to the user. More... | |
class | LocationListener |
Class provides a callback to be invoked when LocationManager class downloads the location from server or load it from the storage. More... | |
class | LocationManager |
Class is used for downloading and working with Location. More... | |
class | LocationPoint |
Class is used for representing certain point within the location. More... | |
class | LocationPolygon |
Class is used for representing certain polygon within the location Polygon. More... | |
class | LocationPolyline |
Class is used for representing certain polyline within the location Polyline. More... | |
class | LocationWindow |
Class is used to interact with the view. More... | |
class | MapObject |
Class is used to handle object on LocationWindow created and managing by user Could be handled in pickMapObjectAt method LocationWindow. More... | |
class | MapObjectPickResult |
Class is useed to handle information in PickListener. More... | |
enum | MapObjectType |
Enum underlying type of map object. More... | |
class | NavigationManager |
Class is used for evaluating navigation and calculating users' Position. More... | |
class | NavigineSdk |
Provides access to all services in the SDK. More... | |
class | Notification |
Class is used for working with the notifications and storing its data. More... | |
class | NotificationListener |
Class provides a callback to be invoked when NotificationManager detects local notification events. More... | |
class | NotificationManager |
Class is used to manage local Notifications. More... | |
class | PickListener |
Class is used to handle for picking objects on the location view. More... | |
class | Point |
A point at the specified metrics coordinates. More... | |
class | Polygon |
A polygon with specified list of points. More... | |
class | PolygonMapObject |
represents polygon object on location view. More... | |
class | Polyline |
A polyline with specified number of points. More... | |
class | PolylineMapObject |
represents polyline object on location view. More... | |
class | Position |
Class describing user's position. More... | |
class | PositionListener |
Class provides a callback to be invoked when NavigationManager updates the position of the device. More... | |
class | Rectangle |
A rectangle with specified origin and size. More... | |
class | RouteEvent |
Class is used for storing the route path events. More... | |
enum | RouteEventType |
Enum described toute event types. More... | |
class | RouteListener |
Class provides a callback to be invoked when RouteManager updates routes to the target point or from point to point. More... | |
class | RouteManager |
Class is used for evaluating RoutePath from point to point. More... | |
class | RouteOptions |
Class is used for describing routing options of AsyncRouteManager. More... | |
class | RoutePath |
class is used for storing the route path between the two points on the location. More... | |
class | RouteSession |
Class is used for managing async route listeners. More... | |
class | Segment |
line between two points. More... | |
class | Sublocation |
Class is used for storing sublocation parameters: identifier, name, width, heigth, etc. More... | |
enum | TransmitterStatus |
enum described possible transmitter state. More... | |
class | Venue |
Class is used for storing venue. More... | |
class | Wifi |
Class is used for storing WiFi. More... | |
class | Zone |
Class is used for storing location polygonal zones. More... | |
class | ZoneEvent |
Class described user zone event. More... | |
enum | ZoneEventType |
enum described zone event types More... | |
class | ZoneListener |
Class provides a callback to be invoked when ZoneManager detects entering/leaving zone events. More... | |
class | ZoneManager |
Class is used for notifying about entering or leaving Zones. More... | |
Base classes for Navigine Flutter SDK.