Package in2000.pedalio.ui.map

Types

Link copied to clipboard
class LayersSelector : Fragment

Overlay that allows the user to select which layers are displayed on the map.

Link copied to clipboard
class OverlayBubble(    var latLng: LatLng,     var text: String,     @ColorInt var textColor: Int,     @ColorInt var backgroundColor: Int)

A bubble that is displayed on the map. It is implemented as a button.

Link copied to clipboard
class RoutingSelector : Fragment

An overlay that shows the alternatives of a route. Use RoutingSelector.newInstance to get an instance of this overlay.

Link copied to clipboard
class TomTomMapBase : Fragment

The main map fragment.

Link copied to clipboard
class WeatherOverlay : Fragment

Overlay for weather information.