Serialized Form
-
Package com.arubanetworks.meridian
-
Exception com.arubanetworks.meridian.Meridian.MeridianConfigurationException
class MeridianConfigurationException extends RuntimeException implements Serializable
-
-
Package com.arubanetworks.meridian.editor
-
Class com.arubanetworks.meridian.editor.EditorKey
class EditorKey extends Object implements Serializable -
Class com.arubanetworks.meridian.editor.Facility
class Facility extends Object implements Serializable-
Serialized Fields
-
category
String category
-
color
int color
-
name
String name
-
type
Facility.Type type
-
-
-
Class com.arubanetworks.meridian.editor.Placemark
class Placemark extends Object implements Serializable- serialVersionUID:
- -39483203096639876L
-
Serialized Fields
-
color
int color
-
custom1
String custom1
-
custom2
String custom2
-
custom3
String custom3
-
custom4
String custom4
-
description
String description
-
disabled
boolean disabled
-
email
String email
-
facility
boolean facility
-
hideOnMap
boolean hideOnMap
-
imageLayout
String imageLayout
-
imageURL
String imageURL
-
isSearchable
boolean isSearchable
-
key
EditorKey key
-
major
short major
-
maxZoomLevel
MapInfo.ZoomLevel maxZoomLevel
-
minor
short minor
-
minZoomLevel
MapInfo.ZoomLevel minZoomLevel
-
name
String name
-
phone
String phone
-
relatedMapKey
EditorKey relatedMapKey
-
rssiOffset
double rssiOffset
-
type
String type
-
typeCategory
String typeCategory
-
typeName
String typeName
-
UID
String UID
-
url
String url
-
x
float x
-
y
float y
-
-
-
Package com.arubanetworks.meridian.location
-
Class com.arubanetworks.meridian.location.MeridianLocation
class MeridianLocation extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
Class com.arubanetworks.meridian.location.Proximity
class Proximity extends Object implements Serializable-
Serialized Fields
-
currentDistance
float currentDistance
-
currentProximityState
int currentProximityState
-
justEntered
boolean justEntered
-
justLeft
boolean justLeft
-
lastTrigger
long lastTrigger
-
lastTriggeredState
Proximity.TriggerState lastTriggeredState
-
lastUpdate
long lastUpdate
-
-
-
-
Package com.arubanetworks.meridian.locationsharing
-
Class com.arubanetworks.meridian.locationsharing.Friend
class Friend extends Object implements Serializable -
Class com.arubanetworks.meridian.locationsharing.Location
class Location extends Object implements Serializable -
Exception com.arubanetworks.meridian.locationsharing.LocationSharingException
class LocationSharingException extends Exception implements Serializable -
Class com.arubanetworks.meridian.locationsharing.User
class User extends Object implements Serializable
-
-
Package com.arubanetworks.meridian.maps
-
Class com.arubanetworks.meridian.maps.MapInfo
class MapInfo extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
defaultMap
boolean defaultMap
-
gpsMultiplier
double gpsMultiplier
-
groupKey
EditorKey groupKey
-
groupName
String groupName
-
height
double height
-
heightMeters
double heightMeters
-
invalid
boolean invalid
-
key
EditorKey key
-
level
int level
-
levelLabel
String levelLabel
-
maxZoom
double maxZoom
-
name
String name
-
north
double north
-
northOffset
double northOffset
-
outdoor
boolean outdoor
-
overviewKey
EditorKey overviewKey
-
published
boolean published
-
unitsPerMeter
double unitsPerMeter
-
width
double width
-
widthMeters
double widthMeters
-
-
-
Class com.arubanetworks.meridian.maps.MapOptions
class MapOptions extends Object implements Serializable-
Serialized Fields
-
ACCENT_COLOR
int ACCENT_COLOR
The color used to tint buttons on the map. -
CALLOUT_PANEL_MAX_LINES
int CALLOUT_PANEL_MAX_LINES
The number of lines of text used to display placemark detail information.The default is 2.
-
HIDE_ACCESSIBILITY_BUTTON
boolean HIDE_ACCESSIBILITY_BUTTON
Iftrue
, hide the accessibility button when the map is displaying a route.The default is false.
The accessibility button allows the user to toggle a persistent preference to use either the shortest or the most accessible route. Toggling the preference will cause the map to reload the current route.
-
HIDE_BANNER_MESSAGE
boolean HIDE_BANNER_MESSAGE
Iftrue
, always hide the banner message.The default is false.
The banner message is used to display information in a temporary message at the top of the map. (ex. “Reorient yourself to the directions line”)
-
HIDE_DIRECTIONS_CONTROLS
boolean HIDE_DIRECTIONS_CONTROLS
Iftrue
, hide the directions control when a route is loaded.The default is false.
The directions control allows users to see information about a route and traverse its steps.
-
HIDE_LEVELS_CONTROL
boolean HIDE_LEVELS_CONTROL
Iftrue
, hide the level picker control.The default is false.
The level picker control takes users to other maps.
-
HIDE_LOADING_SPINNER
boolean HIDE_LOADING_SPINNER
Iftrue
, hide the loading spinner.The default is false.
The loading spinner is a visual indication that content is loading.
-
HIDE_LOCATION_BUTTON
boolean HIDE_LOCATION_BUTTON
Iftrue
, hide the location button.The default is false.
The location button shows the user’s current location on the map. If their location is on a different map, the map view will switch to the map that contains the user’s location.
-
HIDE_MAP_LABEL
boolean HIDE_MAP_LABEL
Iftrue
, hide the map label.The default is false.
The map label indicates the map name and building name of the current map.
-
HIDE_OVERVIEW_BUTTON
boolean HIDE_OVERVIEW_BUTTON
Iftrue
, hide the overview button.The default is false.
The overview button allows users to navigate to the overview map, if one exists.
-
HIDE_SELECTED_MARKER_PIN
boolean HIDE_SELECTED_MARKER_PIN
Iftrue
, hide the selected marker (pin).The default is false.
The selected marker (pin) is displayed when a placemark is selected.
-
HIDE_WATERMARK
boolean HIDE_WATERMARK
Deprecated.Deprecated: the watermark has been removed from the map. -
PLACEMARK_FONT_SIZE
int PLACEMARK_FONT_SIZE
Size of a placemarks label in dp. -
USE_BOTTOMSHEET
boolean USE_BOTTOMSHEET
Iftrue
, move the location button and map label to accomodate the bottom sheet.The default is false.
-
-
-
Exception com.arubanetworks.meridian.maps.MapView.OpenGLNotSupportedException
class OpenGLNotSupportedException extends RuntimeException implements Serializable -
Class com.arubanetworks.meridian.maps.OverlayMarkerOptions
class OverlayMarkerOptions extends Object implements Serializable-
Serialized Fields
-
maxZoomLevel
MapInfo.ZoomLevel maxZoomLevel
-
minZoomLevel
MapInfo.ZoomLevel minZoomLevel
-
overlayColor
int overlayColor
-
overlayFillColor
int overlayFillColor
-
overlayPoints
float[] overlayPoints
-
overlayType
int overlayType
-
overlayWidth
float overlayWidth
-
placemark
Placemark placemark
-
x
float x
-
y
float y
-
-
-
Class com.arubanetworks.meridian.maps.PlacemarkMarkerOptions
class PlacemarkMarkerOptions extends Object implements Serializable-
Serialized Fields
-
iconColor
int iconColor
-
iconPadding
int iconPadding
-
iconResId
int iconResId
-
showsTextOnMap
boolean showsTextOnMap
-
textColor
int textColor
-
textSize
float textSize
-
-
-
-
Package com.arubanetworks.meridian.maps.directions
-
Class com.arubanetworks.meridian.maps.directions.DirectionsDestination
class DirectionsDestination extends Object implements Serializable -
Class com.arubanetworks.meridian.maps.directions.DirectionsDestination.FriendPoint
class FriendPoint extends DirectionsDestination.MapPoint implements Serializable -
Class com.arubanetworks.meridian.maps.directions.DirectionsDestination.MapPoint
class MapPoint extends DirectionsDestination implements Serializable-
Serialized Fields
-
mapKey
EditorKey mapKey
-
x
float x
-
y
float y
-
-
-
Class com.arubanetworks.meridian.maps.directions.DirectionsDestination.PlacemarkKey
class PlacemarkKey extends DirectionsDestination implements Serializable-
Serialized Fields
-
placemarkKey
EditorKey placemarkKey
-
-
-
Class com.arubanetworks.meridian.maps.directions.DirectionsDestination.PlacemarkType
class PlacemarkType extends DirectionsDestination implements Serializable-
Serialized Fields
-
placemarkType
String placemarkType
-
-
-
Class com.arubanetworks.meridian.maps.directions.DirectionsDestination.TagPoint
class TagPoint extends DirectionsDestination.MapPoint implements Serializable-
Serialized Fields
-
currentLocation
MeridianLocation currentLocation
-
initialLocation
MeridianLocation initialLocation
-
tag
TagBeacon tag
-
-
-
Class com.arubanetworks.meridian.maps.directions.DirectionsOptions
class DirectionsOptions extends Object implements Serializable-
Serialized Fields
-
DIRECTIONS_CALLOUT_COLOR
int DIRECTIONS_CALLOUT_COLOR
Background color used for directions callout. -
DIRECTIONS_INSTRUCTIONS_ON_TOP
boolean DIRECTIONS_INSTRUCTIONS_ON_TOP
Iftrue
, the directions text is inverted so that instructions is above distance.By default directions text has distance on top and instructions on the bottom.
-
DIRECTIONS_INSTRUCTIONS_TEXT_COLOR
int DIRECTIONS_INSTRUCTIONS_TEXT_COLOR
Color for directions instruction text and arrows.Make sure to test dark theme with any values set here because they don’t always work.
-
DIRECTIONS_SLIDE_COLOR
int DIRECTIONS_SLIDE_COLOR
Background color used for directions slide. -
END_ROUTE_BUTTON_COLOR
int END_ROUTE_BUTTON_COLOR
Background color used for route end button. -
END_ROUTE_BUTTON_TEXT_COLOR
int END_ROUTE_BUTTON_TEXT_COLOR
Text color used for route end button. -
REORIENTATION_BANNER_COLOR
int REORIENTATION_BANNER_COLOR
Background color used for re-orientation banner. -
ROUTE_OVERVIEW_BUTTON_COLOR
int ROUTE_OVERVIEW_BUTTON_COLOR
Background color used for route overview button. -
ROUTE_OVERVIEW_BUTTON_TEXT_COLOR
int ROUTE_OVERVIEW_BUTTON_TEXT_COLOR
Text color for route overview button.
-
-
-
Class com.arubanetworks.meridian.maps.directions.DirectionsSource
class DirectionsSource extends Object implements Serializable -
Class com.arubanetworks.meridian.maps.directions.DirectionsSource.MapPoint
class MapPoint extends DirectionsSource implements Serializable-
Serialized Fields
-
mapKey
EditorKey mapKey
-
x
float x
-
y
float y
-
-
-
Class com.arubanetworks.meridian.maps.directions.DirectionsSource.PlacemarkKey
class PlacemarkKey extends DirectionsSource implements Serializable-
Serialized Fields
-
placemarkKey
EditorKey placemarkKey
-
-
-
Class com.arubanetworks.meridian.maps.directions.Route
class Route extends Object implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
autoAdvanceDestination
DirectionsDestination.MapPoint autoAdvanceDestination
-
autoAdvanceOrigin
DirectionsSource.MapPoint autoAdvanceOrigin
-
destinationMap
EditorKey destinationMap
-
distance
float distance
-
expectedTravelTime
double expectedTravelTime
-
nearestDestinationPlacemark
Placemark nearestDestinationPlacemark
-
nearestOriginPlacemark
Placemark nearestOriginPlacemark
-
sourceMap
EditorKey sourceMap
-
steps
List<RouteStep> steps
-
transportType
TransportType transportType
-
-
Class com.arubanetworks.meridian.maps.directions.RouteStep
class RouteStep extends Object implements Serializable- serialVersionUID:
- 0L
-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
Package com.arubanetworks.meridian.requests
-
Class com.arubanetworks.meridian.requests.RequestParameterGroup
class RequestParameterGroup extends Object implements Serializable
-
-
Package com.arubanetworks.meridian.search
-
Class com.arubanetworks.meridian.search.DirectionsStartSearchResult
class DirectionsStartSearchResult extends Object implements Serializable- serialVersionUID:
- -90309833946632876L
-
Serialized Fields
-
distance
double distance
-
placemark
Placemark placemark
-
time
long time
-
-
Class com.arubanetworks.meridian.search.LocalSearchResult
class LocalSearchResult extends Object implements Serializable- serialVersionUID:
- -90309833946632876L
-
Serialized Fields
-
distance
double distance
-
placemark
Placemark placemark
-
time
long time
-
-
Class com.arubanetworks.meridian.search.SearchResult
class SearchResult extends Object implements Serializable
-
-
Package com.arubanetworks.meridian.tags
-
Class com.arubanetworks.meridian.tags.TagBeacon
class TagBeacon extends Object implements Serializable-
Serialized Fields
-
batteryLevel
double batteryLevel
-
confidence
double confidence
-
externalId
String externalId
-
groupName
String groupName
-
imageURL
String imageURL
-
isControlTag
boolean isControlTag
-
labelIDs
List<String> labelIDs
-
labels
List<String> labels
-
last_heard
double last_heard
-
locationId
String locationId
-
mac
String mac
-
mapId
String mapId
-
mapName
String mapName
-
modified
String modified
-
name
String name
-
rssi
int rssi
-
timestamp
double timestamp
-
x
double x
-
y
double y
-
-
-
-
Package com.arubanetworks.meridian.triggers
-
Class com.arubanetworks.meridian.triggers.ProximityBeacon
class ProximityBeacon extends Object implements Serializable- serialVersionUID:
- -39483203096639876L
-
Class com.arubanetworks.meridian.triggers.TriggersService.TriggerSubscription
class TriggerSubscription extends Object implements Serializable-
Serialized Fields
-
allBeacons
boolean allBeacons
-
beacons
ArrayList<ProximityBeacon> beacons
-
coolDown
int coolDown
-
name
String name
-
RSSIThreshold
int RSSIThreshold
-
-
-