Package-level declarations

Types

Link copied to clipboard
Fragment class for creating the base map fragment
Link copied to clipboard
Link copied to clipboard
open class BlueDotParams
Link copied to clipboard
Allows for customization of various Map features Building the Custom Map Params will initialize the SDK variables.
Link copied to clipboard
open class Dimensions
Specifies the dimensions of an object in dp
Link copied to clipboard
open class LineStyle
Customizable LineStyle class
Link copied to clipboard
Link copied to clipboard
BaseMapFragment class to display map and all map related components like MapPin.
Link copied to clipboard
class MapLoadingOverlayView @JvmOverloads constructor(context: Context, attrs: AttributeSet? = null, defStyleAttr: Int = 0) : FrameLayout

Opaque map-loading overlay shown over the map while the SDK is initializing or a property is being plotted. Touch-eating (clickable + focusable) so the user cannot interact with the half-plotted venue layers underneath.

Link copied to clipboard
open class MapPanType
Link copied to clipboard
open class MapParams
Link copied to clipboard
open class MapPerspective
Link copied to clipboard
open class MapPin
Class for creating a pin on the map for a specific entity and a specific map position
Link copied to clipboard
open class MapstedMapBounds
Class to set Mapsted's map bounds by providing min and max positions
Link copied to clipboard
open class MapstedMapRange
Specifies the map range (zoom levels) Default is min = 0.0F, max = 24.
Link copied to clipboard
open class MapstedMapView : MapView
Class to create Map View object for various map related functions like rotation, zoom and tilt.
Link copied to clipboard
Class to store some important statuses of a map view.
Link copied to clipboard
MapMissingSensorsNotification
Link copied to clipboard
This class is only used when the missing sensors are a WARNING and not an ERROR
Link copied to clipboard
open class Margins
Link copied to clipboard
open class MarkerStyle
Customizable MarkerStyle class
Link copied to clipboard
Link copied to clipboard
open class RouteStyleParams
Customizable RouteStyleParams class
Link copied to clipboard
class TiledProgressView @JvmOverloads constructor(context: Context, attrs: AttributeSet? = null, defStyleAttr: Int = 0) : View

Pill-shaped tiled progress bar — same visual model as the property-download progress bar in sdk-ui-components ({@code com.mapsted.ui_components.presentation.util.TiledProgressView}). Lives in sdk-map so {@link MapLoadingOverlayView} can use it without taking a sdk-ui-components dependency (sdk-map can't depend on sdk-ui-components — they're sibling modules and the dep direction is the other way).