MapParams

open class MapParams

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
open class Icon
Link copied to clipboard
Online basemap fallback provider.

Properties

Link copied to clipboard
When true (default) the SDK auto-plots a nearby Mapsted property as soon as the positioning engine reports it via NearbyPropertiesChangedListener.
Link copied to clipboard
open var baseMapStyle: Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
API key for CARTO's basemap CDN, supplied by the host app.
Link copied to clipboard
When true, Carto's persistent disk caches are wiped at SDK init.
Link copied to clipboard
Enable kinetic pan (fling-after-release) on the Carto MapView.
Link copied to clipboard
Link copied to clipboard
Pinned property id from an explicit user selection (list tap, deep link, programmatic select).
Link copied to clipboard
Link copied to clipboard
Online basemap tile provider used as fallback when a property has no per-property MBTiles (mapTilesFilerId is null/empty).
Link copied to clipboard
URL template for a custom raster tile provider.
Link copied to clipboard
Asset path (relative to app/src/main/assets/) of a Carto-compatible style ZIP for self-hosted OpenMapTiles vector tiles.
Link copied to clipboard
URL template for self-hosted OpenMapTiles vector tiles.
Link copied to clipboard
When true, the TemplateApplication.onCreate prewarm path constructs the CoreApi on a background IO coroutine instead of waiting for the first Activity lazy-init.
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open fun getUserPositionColourScheme(scenario: Int): Int
Link copied to clipboard
open fun setUserPositionColourSchemes(scenario: Int, dotType: Int)
Link copied to clipboard
open fun update(context: Context, @NonNull mapParams: CustomMapParams)
Link copied to clipboard