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
MapApi
MapApi.Config
MapApi.CustomPlot
MapApi.CustomViews
MapApi.DataSources
MapApi.Layers
MapApi.Layout
MapApi.Lifecycle
MapApi.MapCamera
MapApi.MapClickListener
MapApi.MapEventListener
MapApi.MapInitCallback
MapApi.MapOverlayRepositoryCallback
MapApi.MapView
MapApi.MapViewSetupListener
MapApi.PlotListener
MapApi.PropertyBuildingPlotListener
MapApi.PropertyPlotListener
MapApi.Setup
MapApi.Wayfinding
MapSelectionChangeListener
MapstedMapApiProvider
Classes
MapApi.DefaultPlotListener
MapApi.DefaultPropertyPlotListener
MapstedMapApi
MapstedMapApi.ConfigImpl
MapstedMapApi.CustomPlotImpl
MapstedMapApi.CustomViewsImpl
MapstedMapApi.DataSourcesImpl
MapstedMapApi.LayersImpl
MapstedMapApi.LayoutImpl
MapstedMapApi.LifecycleImpl
MapstedMapApi.MapCameraImpl
MapstedMapApi.MapViewImpl
MapstedMapApi.SetupImpl
MapstedMapApi.WayfindingImpl
Package Index
|
Class Index
Summary:
Inherited Methods
|
[Expand All]
public static interface
MapApi.MapOverlayRepositoryCallback
implements Consumer<T>
com.mapsted.map.MapApi.MapOverlayRepositoryCallback
Summary
[Expand]
Inherited Methods
From interface java.util.function.Consumer
abstract void
accept
(T arg0)
abstract Consumer<T>
andThen
(Consumer<? super T> arg0)