Package-level declarations
Types
Link copied to clipboard
Fragment class for creating the base map fragment
Link copied to clipboard
Link copied to clipboard
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
Specifies the dimensions of an object in dp
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open class MainMapFragment : BaseMapFragment, OnPositionChangeListener, OnScreenPropertyBuildingListener
BaseMapFragment class to display map and all map related components like MapPin.
Link copied to clipboard
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
Link copied to clipboard
Link copied to clipboard
Class to set Mapsted's map bounds by providing min and max positions
Link copied to clipboard
Specifies the map range (zoom levels) Default is min = 0.0F, max = 24.
Link copied to clipboard
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
Link copied to clipboard
This class is only used when the missing sensors are a WARNING and not an ERROR
Link copied to clipboard
interface MapViewAndBaseProjectionProvider
Link copied to clipboard
Customizable MarkerStyle class
Link copied to clipboard
class PlotEntityType
Link copied to clipboard
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).
Link copied to clipboard