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