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 EditorKey
Constructs anEditorKey
to a known Meridian App IDstatic EditorKey
Constructs anEditorKey
to a known Meridian Map ID found in the given Meridian App ID.static EditorKey
Constructs anEditorKey
to a known Meridian Map ID found in the given Meridian App ID.static EditorKey
EditorKey.forPlacemark
(String placemarkId, EditorKey mapKey) Constructs a key to a known Meridian Placemark ID found in the Meridian Map with the given key.static EditorKey
EditorKey.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 EditorKey
static EditorKey
EditorKey.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 EditorKey
Constructs anEditorKey
to a known Meridian Map ID found in the given Meridian App ID.static EditorKey
EditorKey.forPlacemark
(String placemarkId, EditorKey mapKey) Constructs a key to a known Meridian Placemark ID found in the Meridian Map with the given key.static Placemark
Placemark.fromClientLocationDataJSON
(JSONObject json, EditorKey appKey) Static initializer for creating a Placemark from its json representation with extra location data.static Placemark
Placemark.fromJSONObjectAndAppKey
(JSONObject json, EditorKey appKey) Static initializer for creating a Placemark from its json representation.void
Sets the Meridian EditorKey for this Placemark.void
Placemark.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 TypeMethodDescriptionvoid
void
static LocationRequest
LocationRequest.requestCurrentLocation
(Context context, EditorKey appKey, LocationRequest.LocationRequestListener responseListener) Builds and starts a LocationRequest with the given parameters.static LocationRequest
LocationRequest.requestCurrentLocation
(Context context, EditorKey appKey, LocationRequest.LocationRequestListener responseListener, long timeOutInMilliseconds) Builds and starts a LocationRequest with the given parameters.static LocationRequest
LocationRequest.requestCurrentLocation
(Context context, EditorKey appKey, LocationRequest.LocationRequestListener responseListener, long timeOutInMilliseconds, long maxAgeInMilliseconds) Builds and starts a LocationRequest with the given parameters.void
void
Sets 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 Intent
static void
LocationSharing.initWithAppKey
(EditorKey appKey) Call this method to initialize Location Sharing.boolean
Friend.isInSameMapAndSharing
(EditorKey mapKey) void
Sets 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 void
MapSheetFragment.clearSearchRecents
(EditorKey appKey, Context context) Clear the search recents.static MapInfo
MapInfo.fromClientLocationDataJSON
(JSONObject json, EditorKey appKey) MapInfo.fromJSONArray
(JSONObject json, EditorKey appKey) static MapInfo
MapInfo.fromJSONObject
(JSONObject json, EditorKey appKey) void
Set the app key for this instance.void
Set 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 DirectionsDestination
DirectionsDestination.forMapPoint
(EditorKey mapKey, PointF point) static DirectionsSource
DirectionsSource.forMapPoint
(EditorKey mapKey, PointF point) static DirectionsDestination
DirectionsDestination.forPlacemarkKey
(EditorKey placemarkKey) static DirectionsSource
DirectionsSource.forPlacemarkKey
(EditorKey placemarkKey) static DirectionsResponse
DirectionsResponse.fromJSONObject
(JSONObject json, EditorKey appKey, DirectionsSource.MapPoint originPoint, DirectionsDestination.MapPoint destinationPoint) static Route
Route.fromJSONObject
(JSONObject json, EditorKey appKey, DirectionsSource.MapPoint originPoint, DirectionsDestination.MapPoint destination) static RouteStep
RouteStep.fromJSONObject
(JSONObject json, EditorKey appKey) float[]
Route.getPointsFor
(EditorKey mapKey) float[][]
Route.getSegmentedPointsFor
(EditorKey mapKey) Route.getStepsForMapKey
(EditorKey mapKey) void
void
void
DirectionsDestination.PlacemarkKey.setPlacemarkKey
(EditorKey placemarkKey) void
DirectionsSource.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) void
DirectionsDestination.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 void
LevelPickerControl.Factory.buildPickerForGroupKey
(Context context, EditorKey mapGroupKey, LevelPickerControl.Listener listener, LevelPickerControl.Factory.Callback callback) static void
LevelPickerControl.Factory.buildPickerForGroupKey
(Context context, EditorKey mapGroupKey, MapOptions mapOptions, LevelPickerControl.Listener listener, LevelPickerControl.Factory.Callback callback) static void
LevelPickerControl.Factory.buildPickerForGroupKey
(Context context, EditorKey mapGroupKey, List<MapInfo> maps, MapOptions mapOptions, LevelPickerControl.Listener listener, LevelPickerControl.Factory.Callback callback) LevelPickerControl.getMapInfoForKey
(EditorKey mapKey) protected void
LevelPickerControl.setMapGroupKey
(EditorKey mapGroupKey) abstract void
LevelPickerControl.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 Intent
SearchActivity.createIntent
(Context context, EditorKey appKey) Creates an intent that will start this activity with the given EditorKey.static Intent
SearchActivity.createIntent
(Context context, EditorKey appKey, List<EditorKey> exclude) Creates an intent that will start this activity with the given EditorKey.static SearchResponse
SearchResponse.fromJSONObject
(JSONObject json, EditorKey appKey, int maxResults) Constructs a SearchResponse from a json response.static SearchResult
SearchResult.fromJSONObject
(JSONObject json, EditorKey appKey) Constructs a SearchResult from json.static SearchFragment
SearchFragment.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 Intent
SearchActivity.createIntent
(Context context, EditorKey appKey, List<EditorKey> exclude) Creates an intent that will start this activity with the given EditorKey.static SearchFragment
SearchFragment.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 zonevoid
TagScan.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 void
TagStream.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 EditorKey
Retrieve 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 void
TriggersService.jobFinished
(Context context, EditorKey appKey) Internal function used by the triggers jobScheduler.static void
TriggersService.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 void
TriggersService.subscribe
(Context context, EditorKey appKey, ArrayList<TriggersService.TriggerSubscription> subscriptions) Add additionalTriggersService.TriggerSubscription
to the list of subscriptions being monitored.static void
TriggersService.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)