Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
open class Args

Properties

Link copied to clipboard
Link copied to clipboard
val TAG: String

Functions

Link copied to clipboard
open fun addCustomMapWidget(customMapWidget: CustomMapWidget)
Link copied to clipboard
open fun addView(view: View)
Link copied to clipboard
open fun bottomSheetClick()
Method to handle click on bottom sheet slide indicator.
Link copied to clipboard
open fun chooseMercatorZone(resultCallback: Consumer<MercatorZone>)
Link copied to clipboard
Link copied to clipboard
open fun createAlertListPartialFragment(@NonNull alertIds: List<String>, @NonNull fragmentConsumer: Consumer<Fragment>)
Create partial fragment alert list for given alertIds
Link copied to clipboard
open fun createCustomTag(tagInfo: TagInfo, mercatorZone: MercatorZone, resultCallback: Consumer<Tag>)
Link copied to clipboard
open fun createViewModel()
Link copied to clipboard
open fun deleteCustomTag(tagId: Int, resultCallback: Consumer<Tag>)
Link copied to clipboard
open fun deleteCustomTags(tagIds: ArrayList<Integer>, resultCallback: Consumer<Boolean>)
Link copied to clipboard
open fun displayAlertListDialog(@NonNull alertIds: List<String>, @NonNull fragmentManager: FragmentManager, @NonNull entityZoneSelection: Consumer<EntityZone>): Boolean
Link copied to clipboard
open fun dump(prefix: String, fd: FileDescriptor, writer: PrintWriter, args: Array<String>)
Link copied to clipboard
fun equals(o: Any): Boolean
Link copied to clipboard
Link copied to clipboard
Get the impacted-area polygons of the active alerts at a property so the map can plot them as overlays at map-open.
Link copied to clipboard
open fun getActiveAlerts(propertyId: Int, alertsConsumer: Consumer<List<String>>)
Get the list of active alerts by propertyId
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun getContext(): Context
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun getFeedByPropertyCampaignId(propertyId: Int, campaignId: String, eventCallback: Consumer<CoreFeed>)
Link copied to clipboard
Link copied to clipboard
open fun getFeedsByPropertyId(propertyId: Int, eventCallback: Consumer<List<CoreFeed>>)
Link copied to clipboard
Link copied to clipboard
fun getHost(): Any
Link copied to clipboard
fun getId(): Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Build the RoutingConstraints derived from the property's active scheduled alerts (blocked buildings/floors, impacted entrances and node links) so route requests can re-route around closures.
Link copied to clipboard
fun getString(resId: Int): String
Link copied to clipboard
fun getTag(): String
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun getText(resId: Int): CharSequence
Link copied to clipboard
Link copied to clipboard
open fun getView(): View
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun hasAlerts(entity: Entity): Boolean
Link copied to clipboard
fun hashCode(): Int
Link copied to clipboard
Link copied to clipboard
open fun hideCustomMapWidget(viewGroupName: String)
Link copied to clipboard
open fun instantiate(context: Context, fname: String): Fragment
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun navigateClosestLocationClicked(exploreLocationOptionDialog: MultiLocationsSearchableDialogFragment, name: String, entityZone: EntityZone)
Navigate map to the unique Search Entity id location
Link copied to clipboard
open fun newInstance(@Nullable lastProcessArgumentsEvent: Bundle): MapFragment
Link copied to clipboard
open fun onActivityCreated(savedInstanceState: Bundle)
Link copied to clipboard
open fun onActivityResult(requestCode: Int, resultCode: Int, data: Intent)
Link copied to clipboard
open fun onAlertSelected(alertId: String)
Link copied to clipboard
open fun onAttach(@NonNull context: Context)
Link copied to clipboard
open fun onAttachFragment(childFragment: Fragment)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun onCreate(savedInstanceState: Bundle)
open fun onCreate(@Nullable savedInstanceState: Bundle)
Link copied to clipboard
open fun onCreateAnimation(transit: Int, enter: Boolean, nextAnim: Int): Animation
Link copied to clipboard
open fun onCreateAnimator(transit: Int, enter: Boolean, nextAnim: Int): Animator
Link copied to clipboard
Link copied to clipboard
open fun onCreateOptionsMenu(menu: Menu, inflater: MenuInflater)
Link copied to clipboard
open fun onCreateView(@NonNull inflater: LayoutInflater, @Nullable container: ViewGroup, @Nullable savedInstanceState: Bundle): View
Link copied to clipboard
open fun onDestroy()
Link copied to clipboard
Link copied to clipboard
open fun onDestroyView()
Link copied to clipboard
open fun onDetach()
open fun onDetach()
Link copied to clipboard
open fun onFeedItemSelected(feedId: String)
Link copied to clipboard
open fun onFloorSelected(floorInfo: FloorInfo)
Link copied to clipboard
open fun onGetLayoutInflater(savedInstanceState: Bundle): LayoutInflater
Link copied to clipboard
open fun onHiddenChanged(hidden: Boolean)
Link copied to clipboard
open fun onInflate(context: Context, attrs: AttributeSet, savedInstanceState: Bundle)
Link copied to clipboard
open fun onLocationSelected(nearbyEntityZone: EntityZone)
Link copied to clipboard
open fun onLowMemory()
Link copied to clipboard
Link copied to clipboard
open fun onMultiWindowModeChanged(isInMultiWindowMode: Boolean)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun onOptionsMenuClosed(menu: Menu)
Link copied to clipboard
open fun onPause()
Link copied to clipboard
open fun onPictureInPictureModeChanged(isInPictureInPictureMode: Boolean)
Link copied to clipboard
open fun onPrepareOptionsMenu(menu: Menu)
Link copied to clipboard
open fun onPrimaryNavigationFragmentChanged(isPrimaryNavigationFragment: Boolean)
Link copied to clipboard
open fun onRequestPermissionsResult(requestCode: Int, permissions: Array<String>, grantResults: Array<Int>)
Link copied to clipboard
open fun onResume()
Link copied to clipboard
Invoked ONLY when the user explicitly closes the route preview (the R70 Cancel button or the close icon) — NOT on system swipe-back / popBackStack and NOT when navigation starts.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun onSaveInstanceState(outState: Bundle)
Link copied to clipboard
Link copied to clipboard
open fun onShowChooseMercatorThenLaunchFragment(fragmentToReturnTo: Class<out Fragment>)
Show ChooseMercatorFragment, after mercator is chosen, launch the given fragment
Link copied to clipboard
open fun onStart()
Link copied to clipboard
open fun onStop()
Link copied to clipboard
open fun onViewClicked(entityZone: EntityZone, searchEntity: SearchEntity)
Navigate map to the unique entity id location
Link copied to clipboard
open fun onViewCreated(@NonNull view: View, @Nullable savedInstanceState: Bundle)
Link copied to clipboard
open fun onViewStateRestored(savedInstanceState: Bundle)
Link copied to clipboard
open fun performActionOnFeed(propertyId: Int, campaignId: String, navigateCallback: Consumer<Entity>)
Link copied to clipboard
Link copied to clipboard
open fun processArguments(bundle: Bundle)
Link copied to clipboard
open fun processRouteOverview(@NonNull routeResponse: RouteResponse)
Link copied to clipboard
Link copied to clipboard
open fun removeCustomMapWidget(viewGroupName: String)
Link copied to clipboard
open fun requestAllCustomsTags(resultCallback: Consumer<List<Tag>>)
Link copied to clipboard
fun requestPermissions(permissions: Array<String>, requestCode: Int)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun selectEntity(@NonNull entityZone: EntityZone)
open fun selectEntity(propertyId: Int, buildingId: Int, floorId: Int, entityId: Int)
Link copied to clipboard
open fun setAlertProvider(alertProvider: MapUiApi.AlertProvider)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun setArguments(args: Bundle)
Link copied to clipboard
open fun setBottomSheetDraggable(draggable: Boolean)
Link copied to clipboard
open fun setCenterMercatorPin(pin: Int)
Link copied to clipboard
Link copied to clipboard
open fun setCustomTag(tag: Tag)
Link copied to clipboard
open fun setEnterTransition(transition: Any)
Link copied to clipboard
open fun setExitTransition(transition: Any)
Link copied to clipboard
open fun setFeedProvider(feedProvider: CoreApi.FeedProvider)
Link copied to clipboard
open fun setFeedView(context: Context, entity: Entity, marketingEntityCb: Consumer<Entity>, marketingViewCb: Consumer<RecyclerView.Adapter>)
Link copied to clipboard
open fun setHasOptionsMenu(hasMenu: Boolean)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun setMenuVisibility(menuVisible: Boolean)
Link copied to clipboard
open fun setReenterTransition(transition: Any)
Link copied to clipboard
open fun setRetainInstance(retain: Boolean)
Link copied to clipboard
open fun setReturnTransition(transition: Any)
Link copied to clipboard
open fun setSearchListener(listener: SearchListener)
Link copied to clipboard
open fun setSharedElementEnterTransition(transition: Any)
Link copied to clipboard
Link copied to clipboard
open fun setTargetFragment(fragment: Fragment, requestCode: Int)
Link copied to clipboard
open fun setUserVisibleHint(isVisibleToUser: Boolean)
Link copied to clipboard
open fun showAlertDialogForEntity(@NonNull entity: Entity, @NonNull fragmentManager: FragmentManager, @NonNull entityZoneSelection: Consumer<EntityZone>)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun showCustomMapWidget(viewGroupName: String)
Link copied to clipboard
open fun showMiscellaneousErrorDialog(errorMessage: String)
Link copied to clipboard
Overridden method for populating instructions and showing route for the selected/searched entities
Link copied to clipboard
open fun showOverlaySearchFragment(showMyLocation: Boolean, destinationIndexBeingChosen: Int, action: SearchFragment.SearchAction)
Link copied to clipboard
Method populating instructions and showing route for the selected/searched entities
Link copied to clipboard
open fun showSearchScreenForNearby(mercatorZone: MercatorZone, name: String)
Link copied to clipboard
open fun startActivity(intent: Intent)
Link copied to clipboard
open fun startActivityForResult(intent: Intent, requestCode: Int)
Link copied to clipboard
open fun startIntentSenderForResult(intent: IntentSender, requestCode: Int, fillInIntent: Intent, flagsMask: Int, flagsValues: Int, extraFlags: Int, options: Bundle)
Link copied to clipboard
Link copied to clipboard
open fun toString(): String
Link copied to clipboard
Link copied to clipboard
open fun updateCustomTag(tagInfo: TagInfo, resultCallback: Consumer<Tag>)