Uses of Class
com.arubanetworks.meridian.editor.EditorKey
Packages that use EditorKey
Package
Description
-
Uses of EditorKey in com.arubanetworks.meridian.editor
Methods in com.arubanetworks.meridian.editor that return EditorKeyModifier and TypeMethodDescriptionstatic EditorKeyConstructs anEditorKeyto a known Meridian App IDstatic EditorKeyConstructs anEditorKeyto a known Meridian Map ID found in the given Meridian App ID.static EditorKeyConstructs anEditorKeyto a known Meridian Map ID found in the given Meridian App ID.static EditorKeyEditorKey.forPlacemark(String placemarkId, EditorKey mapKey) Constructs a key to a known Meridian Placemark ID found in the Meridian Map with the given key.static EditorKeyEditorKey.forPlacemark(String placemarkId, String mapId, String appId) Constructs a key to a known Meridian Placemark ID found in the Meridian Map and App with the given ids.static EditorKeystatic EditorKeyEditorKey.fromJSON(JSONObject jsonObject) Placemark.getKey()Gets the Meridian EditorKey for this Placemark.EditorKey.getParent()Placemark.getRelatedMapKey()The Meridian Key for a Map that this Placemark is connected to, this will not be the same as the parent key of thePlacemark.key.Methods in com.arubanetworks.meridian.editor with parameters of type EditorKeyModifier and TypeMethodDescriptionstatic EditorKeyConstructs anEditorKeyto a known Meridian Map ID found in the given Meridian App ID.static EditorKeyEditorKey.forPlacemark(String placemarkId, EditorKey mapKey) Constructs a key to a known Meridian Placemark ID found in the Meridian Map with the given key.static PlacemarkPlacemark.fromClientLocationDataJSON(JSONObject json, EditorKey appKey) Static initializer for creating a Placemark from its json representation with extra location data.static PlacemarkPlacemark.fromJSONObjectAndAppKey(JSONObject json, EditorKey appKey) Static initializer for creating a Placemark from its json representation.voidSets the Meridian EditorKey for this Placemark.voidPlacemark.setRelatedMapKey(EditorKey relatedMapKey) Sets the Meridian Key for a Map that this Placemark is connected to, this will not be the same as the parent key of thePlacemark.key.Constructors in com.arubanetworks.meridian.editor with parameters of type EditorKey -
Uses of EditorKey in com.arubanetworks.meridian.location
Methods in com.arubanetworks.meridian.location that return EditorKeyModifier and TypeMethodDescriptionMeridianLocation.getMapKey()Returns the Meridian Map Key that is associated with this location.FloorSelectorLoudestBeacon.getSelectedFloorKey(List<Beacon> beacons) FloorSelectorLoudestFloor.getSelectedFloorKey(List<Beacon> beacons) Methods in com.arubanetworks.meridian.location with parameters of type EditorKeyModifier and TypeMethodDescriptionvoidvoidstatic LocationRequestLocationRequest.requestCurrentLocation(Context context, EditorKey appKey, LocationRequest.LocationRequestListener responseListener) Builds and starts a LocationRequest with the given parameters.static LocationRequestLocationRequest.requestCurrentLocation(Context context, EditorKey appKey, LocationRequest.LocationRequestListener responseListener, long timeOutInMilliseconds) Builds and starts a LocationRequest with the given parameters.static LocationRequestLocationRequest.requestCurrentLocation(Context context, EditorKey appKey, LocationRequest.LocationRequestListener responseListener, long timeOutInMilliseconds, long maxAgeInMilliseconds) Builds and starts a LocationRequest with the given parameters.voidvoidSets a known Meridian Map Key for this location.Constructors in com.arubanetworks.meridian.location with parameters of type EditorKeyModifierConstructorDescriptionMeridianLocationManager(Context context, EditorKey appKey) Constructs a LocationServiceHelper using the given Context and EditorKey.MeridianLocationManager(Context context, EditorKey appKey, MeridianLocationManager.LocationUpdateListener listener) Constructs a LocationServiceHelper using the given Context, EditorKey and LocationUpdateListener. -
Uses of EditorKey in com.arubanetworks.meridian.locationsharing
Methods in com.arubanetworks.meridian.locationsharing that return EditorKeyModifier and TypeMethodDescriptionLocationSharing.getAppKey()Gets the current App KeyLocation.getMapKey()Methods in com.arubanetworks.meridian.locationsharing with parameters of type EditorKeyModifier and TypeMethodDescriptionstatic Intentstatic voidLocationSharing.initWithAppKey(EditorKey appKey) Call this method to initialize Location Sharing.booleanFriend.isInSameMapAndSharing(EditorKey mapKey) voidSets the current App Keyvoid -
Uses of EditorKey in com.arubanetworks.meridian.maps
Methods in com.arubanetworks.meridian.maps that return EditorKeyModifier and TypeMethodDescriptionMapView.getAppKey()Get the current app keyMapInfo.getGroupKey()The EditorKey of the map group that this map belongs to.MapInfo.getKey()The EditorKey for this map.MapView.getMapKey()Get the current map keyMapInfo.getOverviewKey()The EditorKey of this map’s overview map.Methods in com.arubanetworks.meridian.maps with parameters of type EditorKeyModifier and TypeMethodDescriptionstatic voidMapSheetFragment.clearSearchRecents(EditorKey appKey, Context context) Clear the search recents.static MapInfoMapInfo.fromClientLocationDataJSON(JSONObject json, EditorKey appKey) MapInfo.fromJSONArray(JSONObject json, EditorKey appKey) static MapInfoMapInfo.fromJSONObject(JSONObject json, EditorKey appKey) voidSet the app key for this instance.voidSet the map, this will start the process of loading and displaying a map. -
Uses of EditorKey in com.arubanetworks.meridian.maps.directions
Methods in com.arubanetworks.meridian.maps.directions that return EditorKeyModifier and TypeMethodDescriptionRoute.getDestinationMap()DirectionsDestination.MapPoint.getMapKey()DirectionsSource.MapPoint.getMapKey()RouteStep.getMapKey()DirectionsDestination.PlacemarkKey.getPlacemarkKey()DirectionsSource.PlacemarkKey.getPlacemarkKey()Route.getSourceMap()Methods in com.arubanetworks.meridian.maps.directions that return types with arguments of type EditorKeyMethods in com.arubanetworks.meridian.maps.directions with parameters of type EditorKeyModifier and TypeMethodDescriptionstatic DirectionsDestinationDirectionsDestination.forMapPoint(EditorKey mapKey, PointF point) static DirectionsSourceDirectionsSource.forMapPoint(EditorKey mapKey, PointF point) static DirectionsDestinationDirectionsDestination.forPlacemarkKey(EditorKey placemarkKey) static DirectionsSourceDirectionsSource.forPlacemarkKey(EditorKey placemarkKey) static DirectionsResponseDirectionsResponse.fromJSONObject(JSONObject json, EditorKey appKey, DirectionsSource.MapPoint originPoint, DirectionsDestination.MapPoint destinationPoint) static RouteRoute.fromJSONObject(JSONObject json, EditorKey appKey, DirectionsSource.MapPoint originPoint, DirectionsDestination.MapPoint destination) static RouteStepRouteStep.fromJSONObject(JSONObject json, EditorKey appKey) float[]Route.getPointsFor(EditorKey mapKey) float[][]Route.getSegmentedPointsFor(EditorKey mapKey) Route.getStepsForMapKey(EditorKey mapKey) voidvoidvoidDirectionsDestination.PlacemarkKey.setPlacemarkKey(EditorKey placemarkKey) voidDirectionsSource.PlacemarkKey.setPlacemarkKey(EditorKey placemarkKey) Method parameters in com.arubanetworks.meridian.maps.directions with type arguments of type EditorKeyModifier and TypeMethodDescriptionstatic List<DirectionsDestination>DirectionsDestination.forPlacemarkKeys(Collection<EditorKey> placemarkKeys) voidDirectionsDestination.setSearchExclusions(List<EditorKey> searchExclusions) -
Uses of EditorKey in com.arubanetworks.meridian.maps.levelpicker
Methods in com.arubanetworks.meridian.maps.levelpicker that return EditorKeyMethods in com.arubanetworks.meridian.maps.levelpicker with parameters of type EditorKeyModifier and TypeMethodDescriptionstatic voidLevelPickerControl.Factory.buildPickerForGroupKey(Context context, EditorKey mapGroupKey, LevelPickerControl.Listener listener, LevelPickerControl.Factory.Callback callback) static voidLevelPickerControl.Factory.buildPickerForGroupKey(Context context, EditorKey mapGroupKey, MapOptions mapOptions, LevelPickerControl.Listener listener, LevelPickerControl.Factory.Callback callback) static voidLevelPickerControl.Factory.buildPickerForGroupKey(Context context, EditorKey mapGroupKey, List<MapInfo> maps, MapOptions mapOptions, LevelPickerControl.Listener listener, LevelPickerControl.Factory.Callback callback) LevelPickerControl.getMapInfoForKey(EditorKey mapKey) protected voidLevelPickerControl.setMapGroupKey(EditorKey mapGroupKey) abstract voidLevelPickerControl.setSelectedLevel(EditorKey mapKey) -
Uses of EditorKey in com.arubanetworks.meridian.requests
Methods in com.arubanetworks.meridian.requests with parameters of type EditorKeyModifier and TypeMethodDescriptionSets the location and map to get placemarks for -
Uses of EditorKey in com.arubanetworks.meridian.search
Methods in com.arubanetworks.meridian.search with parameters of type EditorKeyModifier and TypeMethodDescriptionstatic IntentSearchActivity.createIntent(Context context, EditorKey appKey) Creates an intent that will start this activity with the given EditorKey.static IntentSearchActivity.createIntent(Context context, EditorKey appKey, List<EditorKey> exclude) Creates an intent that will start this activity with the given EditorKey.static SearchResponseSearchResponse.fromJSONObject(JSONObject json, EditorKey appKey, int maxResults) Constructs a SearchResponse from a json response.static SearchResultSearchResult.fromJSONObject(JSONObject json, EditorKey appKey) Constructs a SearchResult from json.static SearchFragmentSearchFragment.newInstance(EditorKey appKey, List<EditorKey> exclude) Set the EditorKey for the app to search in.Set the EditorKey for the app to search in.Set the EditorKey for the app to search in.Method parameters in com.arubanetworks.meridian.search with type arguments of type EditorKeyModifier and TypeMethodDescriptionstatic IntentSearchActivity.createIntent(Context context, EditorKey appKey, List<EditorKey> exclude) Creates an intent that will start this activity with the given EditorKey.static SearchFragmentSearchFragment.newInstance(EditorKey appKey, List<EditorKey> exclude) -
Uses of EditorKey in com.arubanetworks.meridian.tags
Methods in com.arubanetworks.meridian.tags with parameters of type EditorKeyModifier and TypeMethodDescriptionGet asset updates for all tags at a specified locationGet asset updates for all tags on a specified mapTagStream.Builder.addTagLabel(EditorKey appKey, String tagLabel) Get asset updates for all asset tags with a specific labelGet asset updates for a specific asset tagGet asset updates when an asset tag is in a specific zonevoidTagScan.findNearbyTags(EditorKey appKey, String macAddress, int scanLength, int RSSIThreshold, MeridianRequest.Listener<List<TagBeacon>> listener, MeridianRequest.ErrorListener errorListener) Retrieves all of the asset tags that are in close proximitystatic voidTagStream.getAllAssetsAsync(EditorKey appKey, EditorKey mapKey, MeridianRequest.Listener<List<TagBeacon>> listener, MeridianRequest.ErrorListener errorListener) Retrieves all of the previously observed asset tags asynchronously. -
Uses of EditorKey in com.arubanetworks.meridian.triggers
Methods in com.arubanetworks.meridian.triggers that return EditorKeyModifier and TypeMethodDescriptionstatic EditorKeyRetrieve the Meridian App Key that this broadcast was triggered with.TriggersService.RegisterTriggersJobAgainEvent.getAppKey()ProximityBeacon.getMapKey()The Beacon’s map key.Methods in com.arubanetworks.meridian.triggers with parameters of type EditorKeyModifier and TypeMethodDescriptionprotected static voidTriggersService.jobFinished(Context context, EditorKey appKey) Internal function used by the triggers jobScheduler.static voidTriggersService.startMonitoring(Context context, EditorKey appKey, ArrayList<TriggersService.TriggerSubscription> subscriptions) Starts monitoring for new trigger events, if you intend to handle trigger notifications this method should be called either in an on boot handler or each time your application starts.static voidTriggersService.subscribe(Context context, EditorKey appKey, ArrayList<TriggersService.TriggerSubscription> subscriptions) Add additionalTriggersService.TriggerSubscriptionto the list of subscriptions being monitored.static voidTriggersService.unsubscribe(Context context, EditorKey appKey, ArrayList<String> subscriptionNames) Remove subscriptions by name from active monitoring.Constructors in com.arubanetworks.meridian.triggers with parameters of type EditorKeyModifierConstructorDescriptionProximityBeacon(String address, String APaddress, String uuid, int major, int minor, EditorKey mapKey, float x, float y)