tripkit-android / com.skedgo.tripkit.ui.map / LocationEnhancedMapFragment

LocationEnhancedMapFragment

open class LocationEnhancedMapFragment :BaseMapFragment

Constructors

Name Summary
<init> LocationEnhancedMapFragment()

Functions

Name Summary
animateToMyLocation open fun animateToMyLocation():Unit
onCreate open fun onCreate(savedInstanceState: Bundle?):Unit
onCreateView open fun onCreateView(inflater: LayoutInflater, container: ViewGroup?, savedInstanceState: Bundle?): View?

Inheritors

Name Summary
ServiceStopMapFragment open class ServiceStopMapFragment :LocationEnhancedMapFragment, OnInfoWindowClickListener, InfoWindowAdapter, OnTimetableEntrySelectedListener, OnScheduledStopClickListener
TripKitMapFragment A map component for an app. It automatically integrates with SkedGo's backend, display transit information without any additional intervention. Being a fragment, it can very easily be added to an activity's layout.

<fragment android:layout_width="match_parent" android:layout_height="match_parent" android:id="@+id/map" android:name="com.skedgo.tripkit.ui.map.home.TripKitMapFragment"/> <br>
Your app must provide a TripGo API token as R.string.skedgo_api_key.open class TripKitMapFragment :LocationEnhancedMapFragment, OnInfoWindowClickListener, OnMapLongClickListener, OnCameraChangeListener, OnMarkerClickListener | | TripResultMapFragment | open class TripResultMapFragment :LocationEnhancedMapFragment |