com.maptiler.maptilersdk.helpers
Types
Basic benchmarking helper for Kotlin SDK.
Color wrapper that always encodes as a hex string. Accepts #RRGGBB or #RRGGBBAA (CSS hex). When constructed from a color int, outputs #RRGGBB if opaque, otherwise #RRGGBBAA (alpha at the end).
Dash array option accepting either an array of numbers or the underscore/space pattern string.
Helper for creating a heatmap visualization layer from data and styling options.
Options for building a heatmap visualization layer through the helper.
Property/value pair for data-driven styles.
number | PropertyValues
number | ZoomNumberValues
Outline position relative to polygon edge.
Performance-oriented presets for MapTiler Kotlin SDK.
Helper for creating a point visualization layer from data and styling options.
Options for building a point visualization layer through the helper.
Helper for creating a polygon visualization layer from data and styling options.
Options for building a polygon visualization layer through the helper.
Helper for creating a polyline visualization layer from data and styling options.
Options for building a polyline visualization layer through the helper.
number | ZoomNumberValues | PropertyValues
string | ZoomStringValues | Android color
Zoom/value pair for number-based ramps.
Zoom/value pair for string-based ramps.
Functions
Returns a new MTMapOptions with balanced performance defaults applied over this instance.
Returns a new MTMapOptions with high-fidelity defaults applied over this instance.
Applies the lean performance preset over this instance, returning a new options object.