Mapsted Mobile SDK
Package Index
|
Class Index
com.mapsted
com.mapsted.alerts
com.mapsted.alerts.datasource.local
com.mapsted.alerts.services
com.mapsted.alerts.ui
com.mapsted.geofence
com.mapsted.geofence.triggers
com.mapsted.geofence_offline
com.mapsted.geofence_offline.offline
com.mapsted.inapp_notification
com.mapsted.locmarketing
com.mapsted.locmarketing.model
com.mapsted.locmarketing.ui.dialog
com.mapsted.locmarketing.ui.feed
com.mapsted.map
com.mapsted.map.events
com.mapsted.map.listeners
com.mapsted.map.listeners.interfaces
com.mapsted.map.map_overlay
com.mapsted.map.map_overlay.datasource
com.mapsted.map.position
com.mapsted.positioning
com.mapsted.positioning.coreObjects
com.mapsted.positioning.cppObjects.local_interfaces
com.mapsted.positioning.datasource
com.mapsted.positioning.deeplink
com.mapsted.positioning.interfaces
com.mapsted.positioning.util
com.mapsted.positioning.util.interfaces
com.mapsted.template_core
com.mapsted.template_core.data.local.db
com.mapsted.template_core.data.local.db.dao
com.mapsted.template_core.data.local.db.entities
com.mapsted.template_core.data.manager
com.mapsted.template_core.data.models.actionbar
com.mapsted.template_core.data.models.building
com.mapsted.template_core.data.models.connectivity
com.mapsted.template_core.data.models.explore
com.mapsted.template_core.data.models.feed
com.mapsted.template_core.data.models.force_update
com.mapsted.template_core.data.models.global_search
com.mapsted.template_core.data.models.horizontallist
com.mapsted.template_core.data.models.profile
com.mapsted.template_core.data.models.property
com.mapsted.template_core.data.repositories
com.mapsted.template_core.data.service.force_update
com.mapsted.template_core.data.service.login
com.mapsted.template_core.data.service.profile
com.mapsted.template_core.managers
com.mapsted.template_core.search
com.mapsted.template_core.ui
com.mapsted.template_core.ui.alerts
com.mapsted.template_core.ui.base
com.mapsted.template_core.ui.buildings
com.mapsted.template_core.ui.buildings.adapters
com.mapsted.template_core.ui.category
com.mapsted.template_core.ui.category.adapter
com.mapsted.template_core.ui.category.custom_view
com.mapsted.template_core.ui.explore
com.mapsted.template_core.ui.favorites
com.mapsted.template_core.ui.favorites_old
com.mapsted.template_core.ui.favorites_old.adapter
com.mapsted.template_core.ui.feed.adapters
com.mapsted.template_core.ui.forceupdate
com.mapsted.template_core.ui.global_search
com.mapsted.template_core.ui.global_search.interfaces
com.mapsted.template_core.ui.infoList
com.mapsted.template_core.ui.insidehome
com.mapsted.template_core.ui.insidehome.buildingList
com.mapsted.template_core.ui.insidehome.interfaces
com.mapsted.template_core.ui.insidehome.timedialog
com.mapsted.template_core.ui.login
com.mapsted.template_core.ui.main
com.mapsted.template_core.ui.main.interfaces
com.mapsted.template_core.ui.map
com.mapsted.template_core.ui.outsidehome
com.mapsted.template_core.ui.outsidehome.decorators
com.mapsted.template_core.ui.profile
com.mapsted.template_core.ui.properties
com.mapsted.template_core.ui.properties.adapters
com.mapsted.template_core.ui.recent
com.mapsted.template_core.ui.settings
com.mapsted.template_core.ui.settingsdialog
com.mapsted.template_core.ui.splash
com.mapsted.template_core.ui.store
com.mapsted.template_core.ui.welcome
com.mapsted.template_core.ui.welcome.adapter
com.mapsted.template_core.ui.welcome.model
com.mapsted.template_core.utils
com.mapsted.template_core.utils.common
com.mapsted.ui
com.mapsted.ui.adapters
com.mapsted.ui.map
com.mapsted.ui.map.adapters
com.mapsted.ui.map.arbitrary_location
com.mapsted.ui.map.dialog
com.mapsted.ui.map.explore
com.mapsted.ui.map.floorselector
com.mapsted.ui.map.interfaces
com.mapsted.ui.map.routing.navigation
com.mapsted.ui.map.routing.preview
com.mapsted.ui.map.routing.steps
com.mapsted.ui.map.selected_entity
com.mapsted.ui.map.selected_mapoverlay
com.mapsted.ui.map.tags
com.mapsted.ui.map.tags.adapters
com.mapsted.ui.map.tags.interfaces
com.mapsted.ui.search
com.mapsted.ui.searchables_list
com.mapsted.ui_components
com.mapsted.ui_components.list
com.mapsted.ui_components.property
Interfaces
ISearchable
RoutingRequestCallback
RoutingStatusCallback
ZoneLabel
Classes
BuildingData
BuildingInfo
CategoriesResult
DistanceTime
Entity
EntityZone
EntityZone.EntityZoneGsonTypeAdapter
EntityZoneDistance
FloorInfo
Hours
LineStyle
MapPoint
MapPolygon
MapPolyline
PoiFilter
PoiFilter.Builder
PoiFilter.PoiIntersectionFilter
PoiFilter.PoiIntersectionFilter.Builder
PointStyle
PolygonStyle
PolylineStyle
PropertyData
PropertyInfo
PropertySearchEntities
Route
RouteNode
RouteNode.Instruction
RouteOptions
RouteRequest
RouteRequest.Builder
RouteSegment
RouteUserProgress
RoutingManager
RoutingResponse
SearchEntity
SearchFilterHelpers
StyleHelper
TextStyle
Waypoint
Waypoint.Builder
ZoneChangeConfirmation
Annotations
Hours.DayOfWeek
StyleHelper.MapStyleTypeDef
Package Index
|
Class Index
Summary:
Ctors
|
Methods
|
Inherited Methods
|
[Expand All]
public class
Route
extends Object
java.lang.Object
↳
com.mapsted.positioning.coreObjects.Route
Summary
Public Constructors
Route
(MetadataRepository repository, CppRoute cppRoute)
Route
(
Route
route)
Public Methods
boolean
equals
(Object o)
List<String>
getAlertIds
()
RouteSegment
getCurrentSegment
(
RouteUserProgress
userProgress)
String
getDestinationName
()
RouteNode
getDestinationRouteNode
()
DistanceTime
getDetourDistanceTime
()
RouteSegment
getLastRouteSegment
()
RouteNode
getNextKeyPoint
(
RouteUserProgress
userProgress)
MercatorVector
getPathOfCurrentSegment
(
RouteUserProgress
userProgress)
int
getPropertyId
()
List<
RouteSegment
>
getSegments
()
String
getStartName
()
RouteNode
getStartRouteNode
()
RouteSegment
getStartRouteSegment
()
MercatorVector
getUpcomingPathOfCurrentSegment
(
RouteUserProgress
userProgress)
List<
RouteSegment
>
getUpcomingSegments
(
RouteUserProgress
userProgress)
MercatorVector
getVisitedPathOfCurrentSegment
(
RouteUserProgress
userProgress)
List<
RouteSegment
>
getVisitedSegments
(
RouteUserProgress
userProgress)
boolean
hasAlertDetour
()
int
hashCode
()
boolean
isIntermediateRoute
()
boolean
isStartAtUserLocation
()
boolean
isSuccessful
()
DistanceTime
requestEstimate
()
String
toString
()
[Expand]
Inherited Methods
From class java.lang.Object
boolean
equals
(Object arg0)
final Class<?>
getClass
()
int
hashCode
()
final void
notify
()
final void
notifyAll
()
String
toString
()
final void
wait
(long arg0, int arg1)
final void
wait
(long arg0)
final void
wait
()
Public Constructors
public
Route
(MetadataRepository repository, CppRoute cppRoute)
public
Route
(
Route
route)
Public Methods
public boolean
equals
(Object o)
public List<String>
getAlertIds
()
public
RouteSegment
getCurrentSegment
(
RouteUserProgress
userProgress)
public String
getDestinationName
()
public
RouteNode
getDestinationRouteNode
()
public
DistanceTime
getDetourDistanceTime
()
public
RouteSegment
getLastRouteSegment
()
public
RouteNode
getNextKeyPoint
(
RouteUserProgress
userProgress)
public MercatorVector
getPathOfCurrentSegment
(
RouteUserProgress
userProgress)
public int
getPropertyId
()
public List<
RouteSegment
>
getSegments
()
public String
getStartName
()
public
RouteNode
getStartRouteNode
()
public
RouteSegment
getStartRouteSegment
()
public MercatorVector
getUpcomingPathOfCurrentSegment
(
RouteUserProgress
userProgress)
public List<
RouteSegment
>
getUpcomingSegments
(
RouteUserProgress
userProgress)
public MercatorVector
getVisitedPathOfCurrentSegment
(
RouteUserProgress
userProgress)
public List<
RouteSegment
>
getVisitedSegments
(
RouteUserProgress
userProgress)
public boolean
hasAlertDetour
()
public int
hashCode
()
public boolean
isIntermediateRoute
()
public boolean
isStartAtUserLocation
()
public boolean
isSuccessful
()
public
DistanceTime
requestEstimate
()
public String
toString
()