| ▼ com | |
| ► navigine | |
| ► idl | |
| animation_type.dart | Enum described animation functions. |
| async_route_listener.dart | Class provides a callback to be invoked when RouteSession handle changed/advanced events. |
| async_route_manager.dart | Class is used for managing RouteSessions. |
| beacon.dart | Class is used for storing iBeacon. |
| bitmap_region_decoder.dart | Сlass is used for getting bitmaps (png, jpg, svg) from byte array. |
| bounding_box.dart | Axis-aligned bounding box defined by two corner points. |
| camera.dart | Class describing position of the camera. |
| camera_callback.dart | Callback specified after the camera movement is stopped. |
| camera_listener.dart | Class is used to listen for camera updates. |
| camera_update_reason.dart | Reason of the camera update. |
| cap_type.dart | Enum defining the type of cap for polyline ends. |
| category.dart | class is used for storing venue categories. |
| circle_map_object.dart | Represents a circle on the location view. |
| debug_flag.dart | |
| dotted_polyline_map_object.dart | Represents a polyline object with points placed along it on the location view. |
| eddystone.dart | Class is used for storing Eddystone. |
| elevation_graph.dart | Сlass describing a graph that connects the sublocations. |
| geometry_utils.dart | A set of functions for working with geometries. |
| global_point.dart | A point at the specified WGS84 coordinates. |
| graph.dart | Class is used for storing graph. |
| graph_edge.dart | Class is used for storing graph edge. |
| graph_vertex.dart | Class is used for storing graph vertex. |
| icon_map_object.dart | Represents an icon object on the location view. |
| image.dart | class described image data in SDK |
| image_type.dart | Enum described supported image types. |
| input_listener.dart | Class is used to listen for interactions with location view. |
| join_type.dart | Enum defining the type of join for polyline segments. |
| key_value_storage.dart | Interface for key-value storage operations, allowing storage and retrieval of various data types. |
| line.dart | A polyline with specified list of segments Segment. |
| location.dart | Class is used for storing location parameters: identifier, version, name, a list of sublocations, etc. |
| location_info.dart | General information about location. |
| location_list_listener.dart | Class provides a callback to be invoked when LocationListManager class downloads list of available locations from server. |
| location_list_manager.dart | Class is used for downloading locations list from the server and providing it to the user. |
| location_listener.dart | Class provides a callback to be invoked when LocationManager class downloads the location from server or load it from the storage. |
| location_manager.dart | Class is used for downloading and working with Location. |
| location_point.dart | Class is used for representing certain point within the location. |
| location_polygon.dart | Class is used for representing certain polygon within the location Polygon. |
| location_polyline.dart | Class is used for representing certain polyline within the location Polyline. |
| location_window.dart | Interface for interacting with the location view. |
| log_info.dart | Represents metadata for a log file. |
| map_object.dart | Base interface for handling objects on the location view. |
| map_object_pick_result.dart | Class is useed to handle information in PickListener. |
| map_object_type.dart | Enum defining the type of map object. |
| measurement_listener.dart | Class provides callbacks to be invoked when MeasurementManager detects new sensor or signal measurements. |
| measurement_manager.dart | Class is used for managing measurement generators and notifying about sensor and signal measurements. |
| navigation_manager.dart | Class is used for evaluating navigation and calculating users' Position. |
| navigine_sdk.dart | Provides access to all services in the SDK. |
| notification.dart | Class is used for working with the notifications and storing its data. |
| notification_listener.dart | Class provides a callback to be invoked when NotificationManager detects local notification events. |
| notification_manager.dart | Class is used to manage local Notifications. |
| pick_listener.dart | Class is used to handle for picking objects on the location view. |
| placement.dart | Enum defining the placement mode for points along a polyline. |
| point.dart | A point at the specified metrics coordinates. |
| polygon.dart | A polygon with specified list of points. |
| polygon_map_object.dart | Represents a polygon object on the location view. |
| polyline.dart | A polyline with specified number of points. |
| polyline_map_object.dart | Represents a polyline object on the location view. |
| position.dart | Class describing user's position. |
| position_listener.dart | Class provides a callback to be invoked when NavigationManager updates the position of the device. |
| rectangle.dart | A rectangle with specified origin and size. |
| resource_listener.dart | |
| route_event.dart | Class is used for storing the route path events. |
| route_event_type.dart | Enum described toute event types. |
| route_listener.dart | Class provides a callback to be invoked when RouteManager updates routes to the target point or from point to point. |
| route_manager.dart | Class is used for evaluating RoutePath from point to point. |
| route_options.dart | Class is used for describing routing options of AsyncRouteManager. |
| route_path.dart | class is used for storing the route path between the two points on the location. |
| route_session.dart | Class is used for managing async route listeners. |
| route_status.dart | Enum describing possible router states. |
| segment.dart | line between two points. |
| sensor_measurement.dart | Structure representing a sensor measurement with type, values, and timestamp. |
| sensor_type.dart | Enum defining types of sensors used in measurements. |
| signal_measurement.dart | Structure representing a signal measurement with type, identifier, RSSI, distance, and timestamp. |
| signal_type.dart | Enum defining types of signals used in measurements. |
| storage_manager.dart | Interface for managing multiple key-value storages, providing access and lifecycle control. |
| sublocation.dart | Class is used for storing sublocation parameters: identifier, name, width, heigth, etc. |
| sublocation_change_listener.dart | Class is used to listen for sublocation change events. |
| transmitter_status.dart | enum described possible transmitter state. |
| user_location_layer.dart | Layer that automatically renders current user position (arrow and accuracy circle) on the map. Provides visibility and anchoring controls. Referenced from LocationView. |
| user_location_view.dart | |
| vector3d.dart | Structure representing a 3D vector for sensor measurements. |
| venue.dart | Class is used for storing venue. |
| wifi.dart | Class is used for storing WiFi. |
| zone.dart | Class is used for storing location polygonal zones. |
| zone_event.dart | Class described user zone event. |
| zone_event_type.dart | enum described zone event types |
| zone_listener.dart | Class provides a callback to be invoked when ZoneManager detects entering/leaving zone events. |
| zone_manager.dart | Class is used for notifying about entering or leaving Zones. |
| default_navigation_view.dart | |
| location_view.dart | Class is used to display a Navigine location via Flutter StatefulWidget. |
| ▼ com | |
| ► navigine | |
| ► idl | |
| ► objc | |
| Navigine.h | |
| NCAnimationType.h | Enum described animation functions. |
| NCAsyncRouteListener.h | Class provides a callback to be invoked when RouteSession handle changed/advanced events. |
| NCAsyncRouteManager.h | Class is used for managing RouteSessions. |
| NCBeacon.h | Class is used for storing iBeacon. |
| NCBitmapRegionDecoder.h | Сlass is used for getting bitmaps (png, jpg, svg) from byte array. |
| NCBoundingBox.h | Axis-aligned bounding box defined by two corner points. |
| NCCamera.h | Class describing position of the camera. |
| NCCameraCallback.h | Callback specified after the camera movement is stopped. |
| NCCameraListener.h | Class is used to listen for camera updates. |
| NCCameraUpdateReason.h | Reason of the camera update. |
| NCCapType.h | Enum defining the type of cap for polyline ends. |
| NCCategory.h | class is used for storing venue categories. |
| NCCircleMapObject.h | Represents a circle on the location view. |
| NCDebugFlag.h | |
| NCDefaultNavigationView.h | Ready-to-use navigation view with built-in UI: zoom controls, floor selector, “follow me” toggle and user location layer. Hooks SDK listeners (location, sublocation, camera) and keeps widgets in sync. |
| NCDottedPolylineMapObject.h | Represents a polyline object with points placed along it on the location view. |
| NCEddystone.h | Class is used for storing Eddystone. |
| NCElevationGraph.h | Сlass describing a graph that connects the sublocations. |
| NCGeometryUtils.h | A set of functions for working with geometries. |
| NCGlobalPoint.h | A point at the specified WGS84 coordinates. |
| NCGraph.h | Class is used for storing graph. |
| NCGraphEdge.h | Class is used for storing graph edge. |
| NCGraphVertex.h | Class is used for storing graph vertex. |
| NCIconMapObject.h | Represents an icon object on the location view. |
| NCImage.h | class described image data in SDK |
| NCImageType.h | Enum described supported image types. |
| NCInputListener.h | Class is used to listen for interactions with location view. |
| NCJoinType.h | Enum defining the type of join for polyline segments. |
| NCKeyValueStorage.h | Interface for key-value storage operations, allowing storage and retrieval of various data types. |
| NCLine.h | A polyline with specified list of segments Segment. |
| NCLocation.h | Class is used for storing location parameters: identifier, version, name, a list of sublocations, etc. |
| NCLocationInfo.h | General information about location. |
| NCLocationListener.h | Class provides a callback to be invoked when LocationManager class downloads the location from server or load it from the storage. |
| NCLocationListListener.h | Class provides a callback to be invoked when LocationListManager class downloads list of available locations from server. |
| NCLocationListManager.h | Class is used for downloading locations list from the server and providing it to the user. |
| NCLocationManager.h | Class is used for downloading and working with Location. |
| NCLocationPoint.h | Class is used for representing certain point within the location. |
| NCLocationPolygon.h | Class is used for representing certain polygon within the location Polygon. |
| NCLocationPolyline.h | Class is used for representing certain polyline within the location Polyline. |
| NCLocationView.h | Class is used to display a Navigine location via iOS UIView. |
| NCLocationWindow.h | Interface for interacting with the location view. |
| NCLogInfo.h | Represents metadata for a log file. |
| NCMapObject.h | Base interface for handling objects on the location view. |
| NCMapObjectPickResult.h | Class is useed to handle information in PickListener. |
| NCMapObjectType.h | Enum defining the type of map object. |
| NCMeasurementListener.h | Class provides callbacks to be invoked when MeasurementManager detects new sensor or signal measurements. |
| NCMeasurementManager.h | Class is used for managing measurement generators and notifying about sensor and signal measurements. |
| NCNavigationManager.h | Class is used for evaluating navigation and calculating users' Position. |
| NCNavigineSdk.h | Provides access to all services in the SDK. |
| NCNotification.h | Class is used for working with the notifications and storing its data. |
| NCNotificationListener.h | Class provides a callback to be invoked when NotificationManager detects local notification events. |
| NCNotificationManager.h | Class is used to manage local Notifications. |
| NCPickListener.h | Class is used to handle for picking objects on the location view. |
| NCPlacement.h | Enum defining the placement mode for points along a polyline. |
| NCPoint.h | A point at the specified metrics coordinates. |
| NCPolygon.h | A polygon with specified list of points. |
| NCPolygonMapObject.h | Represents a polygon object on the location view. |
| NCPolyline.h | A polyline with specified number of points. |
| NCPolylineMapObject.h | Represents a polyline object on the location view. |
| NCPosition.h | Class describing user's position. |
| NCPositionListener.h | Class provides a callback to be invoked when NavigationManager updates the position of the device. |
| NCRectangle.h | A rectangle with specified origin and size. |
| NCResourceListener.h | |
| NCRouteEvent.h | Class is used for storing the route path events. |
| NCRouteEventType.h | Enum described toute event types. |
| NCRouteListener.h | Class provides a callback to be invoked when RouteManager updates routes to the target point or from point to point. |
| NCRouteManager.h | Class is used for evaluating RoutePath from point to point. |
| NCRouteOptions.h | Class is used for describing routing options of AsyncRouteManager. |
| NCRoutePath.h | class is used for storing the route path between the two points on the location. |
| NCRouteSession.h | Class is used for managing async route listeners. |
| NCRouteStatus.h | Enum describing possible router states. |
| NCSegment.h | line between two points. |
| NCSensorMeasurement.h | Structure representing a sensor measurement with type, values, and timestamp. |
| NCSensorType.h | Enum defining types of sensors used in measurements. |
| NCSignalMeasurement.h | Structure representing a signal measurement with type, identifier, RSSI, distance, and timestamp. |
| NCSignalType.h | Enum defining types of signals used in measurements. |
| NCStorageManager.h | Interface for managing multiple key-value storages, providing access and lifecycle control. |
| NCSublocation.h | Class is used for storing sublocation parameters: identifier, name, width, heigth, etc. |
| NCSublocationChangeListener.h | Class is used to listen for sublocation change events. |
| NCTransmitterStatus.h | enum described possible transmitter state. |
| NCUserLocationLayer.h | Layer that automatically renders current user position (arrow and accuracy circle) on the map. Provides visibility and anchoring controls. Referenced from LocationView. |
| NCUserLocationView.h | |
| NCVector3d.h | Structure representing a 3D vector for sensor measurements. |
| NCVenue.h | Class is used for storing venue. |
| NCWifi.h | Class is used for storing WiFi. |
| NCZone.h | Class is used for storing location polygonal zones. |
| NCZoneEvent.h | Class described user zone event. |
| NCZoneEventType.h | enum described zone event types |
| NCZoneListener.h | Class provides a callback to be invoked when ZoneManager detects entering/leaving zone events. |
| NCZoneManager.h | Class is used for notifying about entering or leaving Zones. |
| ▼ en | |
| ► cpp | |
| def_groups.hpp | |
| getting_started | |
| initial_setup | |
| install | |
| ▼ java | |
| ► com | |
| ► navigine | |
| ► idl | |
| ► java | |
| AnimationType.java | Enum described animation functions. |
| AsyncRouteListener.java | Class provides a callback to be invoked when RouteSession handle changed/advanced events. |
| AsyncRouteManager.java | Class is used for managing RouteSessions. |
| Beacon.java | Class is used for storing iBeacon. |
| BitmapRegionDecoder.java | Сlass is used for getting bitmaps (png, jpg, svg) from byte array. |
| BoundingBox.java | Axis-aligned bounding box defined by two corner points. |
| Camera.java | Class describing position of the camera. |
| CameraCallback.java | Callback specified after the camera movement is stopped. |
| CameraListener.java | Class is used to listen for camera updates. |
| CameraUpdateReason.java | Reason of the camera update. |
| CapType.java | Enum defining the type of cap for polyline ends. |
| Category.java | class is used for storing venue categories. |
| CircleMapObject.java | Represents a circle on the location view. |
| DebugFlag.java | |
| DottedPolylineMapObject.java | Represents a polyline object with points placed along it on the location view. |
| Eddystone.java | Class is used for storing Eddystone. |
| ElevationGraph.java | Сlass describing a graph that connects the sublocations. |
| GeometryUtils.java | A set of functions for working with geometries. |
| GlobalPoint.java | A point at the specified WGS84 coordinates. |
| Graph.java | Class is used for storing graph. |
| GraphEdge.java | Class is used for storing graph edge. |
| GraphVertex.java | Class is used for storing graph vertex. |
| IconMapObject.java | Represents an icon object on the location view. |
| Image.java | class described image data in SDK |
| ImageType.java | Enum described supported image types. |
| InputListener.java | Class is used to listen for interactions with location view. |
| JoinType.java | Enum defining the type of join for polyline segments. |
| KeyValueStorage.java | Interface for key-value storage operations, allowing storage and retrieval of various data types. |
| Line.java | A polyline with specified list of segments Segment. |
| Location.java | Class is used for storing location parameters: identifier, version, name, a list of sublocations, etc. |
| LocationInfo.java | General information about location. |
| LocationListener.java | Class provides a callback to be invoked when LocationManager class downloads the location from server or load it from the storage. |
| LocationListListener.java | Class provides a callback to be invoked when LocationListManager class downloads list of available locations from server. |
| LocationListManager.java | Class is used for downloading locations list from the server and providing it to the user. |
| LocationManager.java | Class is used for downloading and working with Location. |
| LocationPoint.java | Class is used for representing certain point within the location. |
| LocationPolygon.java | Class is used for representing certain polygon within the location Polygon. |
| LocationPolyline.java | Class is used for representing certain polyline within the location Polyline. |
| LocationWindow.java | Interface for interacting with the location view. |
| LogInfo.java | Represents metadata for a log file. |
| MapObject.java | Base interface for handling objects on the location view. |
| MapObjectPickResult.java | Class is useed to handle information in PickListener. |
| MapObjectType.java | Enum defining the type of map object. |
| MeasurementListener.java | Class provides callbacks to be invoked when MeasurementManager detects new sensor or signal measurements. |
| MeasurementManager.java | Class is used for managing measurement generators and notifying about sensor and signal measurements. |
| NavigationManager.java | Class is used for evaluating navigation and calculating users' Position. |
| NavigineSdk.java | Provides access to all services in the SDK. |
| Notification.java | Class is used for working with the notifications and storing its data. |
| NotificationListener.java | Class provides a callback to be invoked when NotificationManager detects local notification events. |
| NotificationManager.java | Class is used to manage local Notifications. |
| PickListener.java | Class is used to handle for picking objects on the location view. |
| Placement.java | Enum defining the placement mode for points along a polyline. |
| Point.java | A point at the specified metrics coordinates. |
| Polygon.java | A polygon with specified list of points. |
| PolygonMapObject.java | Represents a polygon object on the location view. |
| Polyline.java | A polyline with specified number of points. |
| PolylineMapObject.java | Represents a polyline object on the location view. |
| Position.java | Class describing user's position. |
| PositionListener.java | Class provides a callback to be invoked when NavigationManager updates the position of the device. |
| Rectangle.java | A rectangle with specified origin and size. |
| ResourceListener.java | |
| RouteEvent.java | Class is used for storing the route path events. |
| RouteEventType.java | Enum described toute event types. |
| RouteListener.java | Class provides a callback to be invoked when RouteManager updates routes to the target point or from point to point. |
| RouteManager.java | Class is used for evaluating RoutePath from point to point. |
| RouteOptions.java | Class is used for describing routing options of AsyncRouteManager. |
| RoutePath.java | class is used for storing the route path between the two points on the location. |
| RouteSession.java | Class is used for managing async route listeners. |
| RouteStatus.java | Enum describing possible router states. |
| Segment.java | line between two points. |
| SensorMeasurement.java | Structure representing a sensor measurement with type, values, and timestamp. |
| SensorType.java | Enum defining types of sensors used in measurements. |
| SignalMeasurement.java | Structure representing a signal measurement with type, identifier, RSSI, distance, and timestamp. |
| SignalType.java | Enum defining types of signals used in measurements. |
| StorageManager.java | Interface for managing multiple key-value storages, providing access and lifecycle control. |
| Sublocation.java | Class is used for storing sublocation parameters: identifier, name, width, heigth, etc. |
| SublocationChangeListener.java | Class is used to listen for sublocation change events. |
| TransmitterStatus.java | enum described possible transmitter state. |
| UserLocationLayer.java | Layer that automatically renders current user position (arrow and accuracy circle) on the map. Provides visibility and anchoring controls. Referenced from LocationView. |
| UserLocationView.java | |
| Vector3d.java | Structure representing a 3D vector for sensor measurements. |
| Venue.java | Class is used for storing venue. |
| Wifi.java | Class is used for storing WiFi. |
| Zone.java | Class is used for storing location polygonal zones. |
| ZoneEvent.java | Class described user zone event. |
| ZoneEventType.java | enum described zone event types |
| ZoneListener.java | Class provides a callback to be invoked when ZoneManager detects entering/leaving zone events. |
| ZoneManager.java | Class is used for notifying about entering or leaving Zones. |
| ► view | |
| DefaultNavigationView.java | |
| LocationView.java | Class is used to display a Navigine location via Flutter StatefulWidget. |
| ▼ snippets | |
| ► AsyncRouteManager | |
| ► dart | |
| async_route_manager_example.dart | |
| ► java | |
| AsyncRouteManagerExample.java | |
| ► kotlin | |
| AsyncRouteManagerExample.kt | |
| ► objc | |
| AsyncRouteManagerExample.m | |
| ► swift | |
| AsyncRouteManagerExample.swift | |
| ► BitmapRegionDecoder | |
| ► dart | |
| bitmap_region_decoder_example.dart | |
| ► java | |
| BitmapRegionDecoderExample.java | |
| ► kotlin | |
| BitmapRegionDecoderExample.kt | |
| ► objc | |
| BitmapRegionDecoderExample.h | |
| BitmapRegionDecoderExample.m | |
| ► swift | |
| BitmapRegionDecoderExample.swift | |
| ► GeometryUtils | |
| ► dart | |
| geometry_utils_example.dart | |
| ► java | |
| GeometryUtilsExample.java | |
| ► kotlin | |
| GeometryUtilsExample.kt | |
| ► objc | |
| GeometryUtilsExample.h | |
| GeometryUtilsExample.m | |
| ► swift | |
| GeometryUtilsExample.swift | |
| ► LocationListManager | |
| ► dart | |
| location_list_manager_example.dart | |
| ► java | |
| LocationListManagerExample.java | |
| ► kotlin | |
| LocationListManagerExample.kt | |
| ► objc | |
| LocationListManagerExample.h | |
| LocationListManagerExample.m | |
| ► swift | |
| LocationListManagerExample.swift | |
| ► LocationManager | |
| ► dart | |
| location_manager_example.dart | |
| ► java | |
| LocationManagerExample.java | |
| ► kotlin | |
| LocationManagerExample.kt | |
| ► objc | |
| LocationManagerExample.m | |
| ► swift | |
| LocationManagerExample.swift | |
| ► LocationWindowCamera | |
| ► dart | |
| location_window_camera_example.dart | |
| ► java | |
| LocationWindowCameraExample.java | |
| ► kotlin | |
| LocationWindowCameraExample.kt | |
| ► objc | |
| LocationWindowCameraExample.h | |
| LocationWindowCameraExample.m | |
| ► swift | |
| LocationWindowCameraExample.swift | |
| ► LocationWindowCommon | |
| ► dart | |
| location_window_common_example.dart | |
| ► java | |
| LocationWindowCommonExample.java | |
| ► kotlin | |
| LocationWindowCommonExample.kt | |
| ► objc | |
| LocationWindowCommonExample.h | |
| LocationWindowCommonExample.m | |
| ► swift | |
| LocationWindowCommonExample.swift | |
| ► LocationWindowInteraction | |
| ► dart | |
| location_window_interaction_example.dart | |
| ► java | |
| LocationWindowInteractionExample.java | |
| ► kotlin | |
| LocationWindowInteractionExample.kt | |
| ► objc | |
| LocationWindowInteractionExample.m | |
| ► swift | |
| LocationWindowInteractionExample.swift | |
| ► LocationWindowMapObjects | |
| ► dart | |
| location_window_map_objects_example.dart | |
| ► java | |
| LocationWindowMapObjectsExample.java | |
| ► kotlin | |
| LocationWindowMapObjectsExample.kt | |
| ► objc | |
| LocationWindowMapObjectsExample.m | |
| ► swift | |
| LocationWindowMapObjectsExample.swift | |
| ► MeasurementManager | |
| ► dart | |
| measurement_manager_example.dart | |
| ► java | |
| MeasurementManagerExample.java | |
| ► kotlin | |
| MeasurementManagerExample.kt | |
| ► objc | |
| MeasurementManagerExample.h | |
| MeasurementManagerExample.m | |
| ► swift | |
| MeasurementManagerExample.swift | |
| ► NavigationManager | |
| ► dart | |
| navigation_manager_example.dart | |
| ► java | |
| NavigationManagerExample.java | |
| ► kotlin | |
| NavigationManagerExample.kt | |
| ► objc | |
| NavigationManagerExample.m | |
| ► swift | |
| NavigationManagerExample.swift | |
| ► NavigineSDK | |
| ► dart | |
| navigine_sdk_example.dart | |
| ► java | |
| NavigineSdkExample.java | |
| ► kotlin | |
| NavigineSdkExample.kt | |
| ► objc | |
| NavigineSdkExample.m | |
| ► swift | |
| NavigineSdkExample.swift | |
| ► NotificationManager | |
| ► dart | |
| notification_manager_example.dart | |
| ► java | |
| NotificationManagerExample.java | |
| ► kotlin | |
| NotificationManagerExample.kt | |
| ► objc | |
| NotificationManagerExample.h | |
| NotificationManagerExample.m | |
| ► swift | |
| NotificationManagerExample.swift | |
| ► RouteManager | |
| ► dart | |
| route_manager_example.dart | |
| ► java | |
| RouteManagerExample.java | |
| ► kotlin | |
| RouteManagerExample.kt | |
| ► objc | |
| RouteManagerExample.m | |
| ► swift | |
| RouteManagerExample.swift | |
| ► StorageManager | |
| ► dart | |
| storage_manager_example.dart | |
| ► java | |
| StorageManagerExample.java | |
| ► kotlin | |
| StorageManagerExample.kt | |
| ► objc | |
| StorageManagerExample.h | |
| StorageManagerExample.m | |
| ► swift | |
| StorageManagerExample.swift | |
| ► ZoneManager | |
| ► dart | |
| zone_manager_example.dart | |
| ► java | |
| ZoneManagerExample.java | |
| ► kotlin | |
| ZoneManagerExample.kt | |
| ► objc | |
| ZoneManagerExample.h | |
| ZoneManagerExample.m | |
| ► swift | |
| ZoneManagerExample.swift | |