interface Contextable
Interface that represents objects that are context aware.
| abstract fun getContext(): Context?Returns associated context object. | 
| interface AndroidStringFormatter<T : Any!> : ContextableFormat data using strings from android resources. | |
| open class FusedLocationSource : LocationCallback, LocationSource, ConnectionCallbacks, OnConnectionFailedListener, ContextableDefault location source implementation. It is based on FusedLocationService provided by Google. When no custom location source provided, map is using it to get the user location. It uses {LocationUpdateListener} to notify about new location updates. | |
| open class Load one value from manifest. |