CustomMapInterface

Temporary interface wrapper around MapInterface, StyleManagerInterface and ObservableInterface

interface CustomMapInterface : MapInterface, StyleManagerInterface, ObservableInterface

Functions

addStyleCustomGeometrySource
Link copied to clipboard
abstract override fun addStyleCustomGeometrySource(@NonNull() p0: String, @NonNull() p1: CustomGeometrySourceOptions): Expected<Void, String>
addStyleCustomLayer
Link copied to clipboard
abstract override fun addStyleCustomLayer(@NonNull() p0: String, @NonNull() p1: CustomLayerHost, @Nullable() p2: LayerPosition?): Expected<Void, String>
addStyleImage
Link copied to clipboard
abstract override fun addStyleImage(@NonNull() p0: String, p1: Float, @NonNull() p2: Image, p3: Boolean, @NonNull() p4: MutableList<ImageStretches>, @NonNull() p5: MutableList<ImageStretches>, @Nullable() p6: ImageContent?): Expected<Void, String>
addStyleLayer
Link copied to clipboard
abstract override fun addStyleLayer(@NonNull() p0: Value, @Nullable() p1: LayerPosition?): Expected<Void, String>
addStyleSource
Link copied to clipboard
abstract override fun addStyleSource(@NonNull() p0: String, @NonNull() p1: Value): Expected<Void, String>
cameraForCoordinateBounds
Link copied to clipboard
abstract override fun cameraForCoordinateBounds(@NonNull() p0: CoordinateBounds, @NonNull() p1: EdgeInsets, @Nullable() p2: Double?, @Nullable() p3: Double?): CameraOptions
cameraForCoordinates
Link copied to clipboard
abstract override fun cameraForCoordinates(@NonNull() p0: MutableList<Point>, @NonNull() p1: CameraOptions, @NonNull() p2: ScreenBox): CameraOptions
abstract override fun cameraForCoordinates(@NonNull() p0: MutableList<Point>, @NonNull() p1: EdgeInsets, @Nullable() p2: Double?, @Nullable() p3: Double?): CameraOptions
cameraForGeometry
Link copied to clipboard
abstract override fun cameraForGeometry(@NonNull() p0: Geometry, @NonNull() p1: EdgeInsets, @Nullable() p2: Double?, @Nullable() p3: Double?): CameraOptions
cancelTransitions
Link copied to clipboard
abstract override fun cancelTransitions()
coordinateBoundsForCamera
Link copied to clipboard
abstract override fun coordinateBoundsForCamera(@NonNull() p0: CameraOptions): CoordinateBounds
coordinateBoundsZoomForCamera
Link copied to clipboard
abstract override fun coordinateBoundsZoomForCamera(@NonNull() p0: CameraOptions): CoordinateBoundsZoom
coordinateBoundsZoomForCameraUnwrapped
Link copied to clipboard
abstract override fun coordinateBoundsZoomForCameraUnwrapped(@NonNull() p0: CameraOptions): CoordinateBoundsZoom
coordinateForPixel
Link copied to clipboard
abstract override fun coordinateForPixel(@NonNull() p0: ScreenCoordinate): Point
coordinatesForPixels
Link copied to clipboard
abstract override fun coordinatesForPixels(@NonNull() p0: MutableList<ScreenCoordinate>): MutableList<Point>
createRenderer
Link copied to clipboard
abstract override fun createRenderer()
destroyRenderer
Link copied to clipboard
abstract override fun destroyRenderer()
dragEnd
Link copied to clipboard
abstract override fun dragEnd()
dragStart
Link copied to clipboard
abstract override fun dragStart(@NonNull() p0: ScreenCoordinate)
dumpDebugLogs
Link copied to clipboard
abstract override fun dumpDebugLogs()
equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
getBounds
Link copied to clipboard
abstract override fun getBounds(): BoundOptions
getCameraOptions
Link copied to clipboard
abstract override fun getCameraOptions(@Nullable() p0: EdgeInsets?): CameraOptions
getDebug
Link copied to clipboard
abstract override fun getDebug(): MutableList<MapDebugOptions>
getDragCameraOptions
Link copied to clipboard
abstract override fun getDragCameraOptions(@NonNull() p0: ScreenCoordinate, @NonNull() p1: ScreenCoordinate): CameraOptions
getElevation
Link copied to clipboard
abstract override fun getElevation(@NonNull() p0: Point): Double?
getFeatureState
Link copied to clipboard
abstract override fun getFeatureState(@NonNull() p0: String, @Nullable() p1: String?, @NonNull() p2: String, @NonNull() p3: QueryFeatureStateCallback)
getFreeCameraOptions
Link copied to clipboard
abstract override fun getFreeCameraOptions(): FreeCameraOptions
getMapOptions
Link copied to clipboard
abstract override fun getMapOptions(): MapOptions
getMaxZoom
Link copied to clipboard
abstract override fun getMaxZoom(): Double
getMinZoom
Link copied to clipboard
abstract override fun getMinZoom(): Double
getPrefetchZoomDelta
Link copied to clipboard
abstract override fun getPrefetchZoomDelta(): Byte
getResourceOptions
Link copied to clipboard
abstract override fun getResourceOptions(): ResourceOptions
getScale
Link copied to clipboard
abstract override fun getScale(): Double
getSize
Link copied to clipboard
abstract override fun getSize(): Size
getStyleDefaultCamera
Link copied to clipboard
abstract override fun getStyleDefaultCamera(): CameraOptions
getStyleGeoJSONSourceClusterChildren
Link copied to clipboard
abstract override fun getStyleGeoJSONSourceClusterChildren(@NonNull() p0: String, p1: Int): Expected<MutableList<Feature>, String>
abstract override fun getStyleGeoJSONSourceClusterExpansionZoom(@NonNull() p0: String, p1: Int): Expected<Byte, String>
getStyleGeoJSONSourceClusterLeaves
Link copied to clipboard
abstract override fun getStyleGeoJSONSourceClusterLeaves(@NonNull() p0: String, p1: Int, p2: Int, p3: Int): Expected<MutableList<Feature>, String>
getStyleImage
Link copied to clipboard
abstract override fun getStyleImage(@NonNull() p0: String): Image?
getStyleJSON
Link copied to clipboard
abstract override fun getStyleJSON(): String
getStyleLayerProperties
Link copied to clipboard
abstract override fun getStyleLayerProperties(@NonNull() p0: String): Expected<Value, String>
getStyleLayerProperty
Link copied to clipboard
abstract override fun getStyleLayerProperty(@NonNull() p0: String, @NonNull() p1: String): StylePropertyValue
getStyleLayers
Link copied to clipboard
abstract override fun getStyleLayers(): MutableList<StyleObjectInfo>
getStyleLightProperty
Link copied to clipboard
abstract override fun getStyleLightProperty(@NonNull() p0: String): StylePropertyValue
getStyleSourceProperties
Link copied to clipboard
abstract override fun getStyleSourceProperties(@NonNull() p0: String): Expected<Value, String>
getStyleSourceProperty
Link copied to clipboard
abstract override fun getStyleSourceProperty(@NonNull() p0: String, @NonNull() p1: String): StylePropertyValue
getStyleSources
Link copied to clipboard
abstract override fun getStyleSources(): MutableList<StyleObjectInfo>
getStyleTerrainProperty
Link copied to clipboard
abstract override fun getStyleTerrainProperty(@NonNull() p0: String): StylePropertyValue
getStyleTransition
Link copied to clipboard
abstract override fun getStyleTransition(): TransitionOptions
getStyleURI
Link copied to clipboard
abstract override fun getStyleURI(): String
hashCode
Link copied to clipboard
open override fun hashCode(): Int
abstract override fun invalidateStyleCustomGeometrySourceRegion(@NonNull() p0: String, @NonNull() p1: CoordinateBounds): Expected<Void, String>
invalidateStyleCustomGeometrySourceTile
Link copied to clipboard
abstract override fun invalidateStyleCustomGeometrySourceTile(@NonNull() p0: String, @NonNull() p1: CanonicalTileID): Expected<Void, String>
isGestureInProgress
Link copied to clipboard
abstract override fun isGestureInProgress(): Boolean
isMapLoaded
Link copied to clipboard
abstract override fun isMapLoaded(): Boolean
isPanning
Link copied to clipboard
abstract override fun isPanning(): Boolean
isRotating
Link copied to clipboard
abstract override fun isRotating(): Boolean
isScaling
Link copied to clipboard
abstract override fun isScaling(): Boolean
isStyleLoaded
Link copied to clipboard
abstract override fun isStyleLoaded(): Boolean
isUserAnimationInProgress
Link copied to clipboard
abstract override fun isUserAnimationInProgress(): Boolean
pixelForCoordinate
Link copied to clipboard
abstract override fun pixelForCoordinate(@NonNull() p0: Point): ScreenCoordinate
pixelsForCoordinates
Link copied to clipboard
abstract override fun pixelsForCoordinates(@NonNull() p0: MutableList<Point>): MutableList<ScreenCoordinate>
queryFeatureExtensions
Link copied to clipboard
abstract override fun queryFeatureExtensions(@NonNull() p0: String, @NonNull() p1: Feature, @NonNull() p2: String, @NonNull() p3: String, @Nullable() p4: HashMap<String, Value>?, @NonNull() p5: QueryFeatureExtensionCallback)
queryRenderedFeatures
Link copied to clipboard
abstract override fun queryRenderedFeatures(@NonNull() p0: ScreenBox, @NonNull() p1: RenderedQueryOptions, @NonNull() p2: QueryFeaturesCallback)
abstract override fun queryRenderedFeatures(@NonNull() p0: ScreenCoordinate, @NonNull() p1: RenderedQueryOptions, @NonNull() p2: QueryFeaturesCallback)
abstract override fun queryRenderedFeatures(@NonNull() p0: MutableList<ScreenCoordinate>, @NonNull() p1: RenderedQueryOptions, @NonNull() p2: QueryFeaturesCallback)
querySourceFeatures
Link copied to clipboard
abstract override fun querySourceFeatures(@NonNull() p0: String, @NonNull() p1: SourceQueryOptions, @NonNull() p2: QueryFeaturesCallback)
reduceMemoryUse
Link copied to clipboard
abstract override fun reduceMemoryUse()
removeFeatureState
Link copied to clipboard
abstract override fun removeFeatureState(@NonNull() p0: String, @Nullable() p1: String?, @NonNull() p2: String, @Nullable() p3: String?)
removeStyleImage
Link copied to clipboard
abstract override fun removeStyleImage(@NonNull() p0: String): Expected<Void, String>
removeStyleLayer
Link copied to clipboard
abstract override fun removeStyleLayer(@NonNull() p0: String): Expected<Void, String>
removeStyleSource
Link copied to clipboard
abstract override fun removeStyleSource(@NonNull() p0: String): Expected<Void, String>
render
Link copied to clipboard
abstract override fun render()
setBounds
Link copied to clipboard
abstract override fun setBounds(@NonNull() p0: BoundOptions)
setCamera
Link copied to clipboard
abstract override fun setCamera(@NonNull() p0: CameraOptions)
abstract override fun setCamera(@NonNull() p0: FreeCameraOptions)
setConstrainMode
Link copied to clipboard
abstract override fun setConstrainMode(@NonNull() p0: ConstrainMode)
setDebug
Link copied to clipboard
abstract override fun setDebug(@NonNull() p0: MutableList<MapDebugOptions>, p1: Boolean)
setDefaultFramebufferObject
Link copied to clipboard
abstract override fun setDefaultFramebufferObject(p0: Int)
setFeatureState
Link copied to clipboard
abstract override fun setFeatureState(@NonNull() p0: String, @Nullable() p1: String?, @NonNull() p2: String, @NonNull() p3: Value)
setGestureInProgress
Link copied to clipboard
abstract override fun setGestureInProgress(p0: Boolean)
setNorthOrientation
Link copied to clipboard
abstract override fun setNorthOrientation(@NonNull() p0: NorthOrientation)
setPrefetchZoomDelta
Link copied to clipboard
abstract override fun setPrefetchZoomDelta(p0: Byte)
setSize
Link copied to clipboard
abstract override fun setSize(@NonNull() p0: Size)
setStyleCustomGeometrySourceTileData
Link copied to clipboard
abstract override fun setStyleCustomGeometrySourceTileData(@NonNull() p0: String, @NonNull() p1: CanonicalTileID, @NonNull() p2: MutableList<Feature>): Expected<Void, String>
setStyleJSON
Link copied to clipboard
abstract override fun setStyleJSON(@NonNull() p0: String)
setStyleLayerProperties
Link copied to clipboard
abstract override fun setStyleLayerProperties(@NonNull() p0: String, @NonNull() p1: Value): Expected<Void, String>
setStyleLayerProperty
Link copied to clipboard
abstract override fun setStyleLayerProperty(@NonNull() p0: String, @NonNull() p1: String, @NonNull() p2: Value): Expected<Void, String>
setStyleLight
Link copied to clipboard
abstract override fun setStyleLight(@NonNull() p0: Value): Expected<Void, String>
setStyleLightProperty
Link copied to clipboard
abstract override fun setStyleLightProperty(@NonNull() p0: String, @NonNull() p1: Value): Expected<Void, String>
setStyleSourceProperties
Link copied to clipboard
abstract override fun setStyleSourceProperties(@NonNull() p0: String, @NonNull() p1: Value): Expected<Void, String>
setStyleSourceProperty
Link copied to clipboard
abstract override fun setStyleSourceProperty(@NonNull() p0: String, @NonNull() p1: String, @NonNull() p2: Value): Expected<Void, String>
setStyleTerrain
Link copied to clipboard
abstract override fun setStyleTerrain(@NonNull() p0: Value): Expected<Void, String>
setStyleTerrainProperty
Link copied to clipboard
abstract override fun setStyleTerrainProperty(@NonNull() p0: String, @NonNull() p1: Value): Expected<Void, String>
setStyleTransition
Link copied to clipboard
abstract override fun setStyleTransition(@NonNull() p0: TransitionOptions)
setStyleURI
Link copied to clipboard
abstract override fun setStyleURI(@NonNull() p0: String)
setUserAnimationInProgress
Link copied to clipboard
abstract override fun setUserAnimationInProgress(p0: Boolean)
setViewportMode
Link copied to clipboard
abstract override fun setViewportMode(@NonNull() p0: ViewportMode)
styleLayerExists
Link copied to clipboard
abstract override fun styleLayerExists(@NonNull() p0: String): Boolean
styleSourceExists
Link copied to clipboard
abstract override fun styleSourceExists(@NonNull() p0: String): Boolean
subscribe
Link copied to clipboard
abstract override fun subscribe(@NonNull() p0: Observer, @NonNull() p1: MutableList<String>)
toString
Link copied to clipboard
open override fun toString(): String
triggerRepaint
Link copied to clipboard
abstract override fun triggerRepaint()
unsubscribe
Link copied to clipboard
abstract override fun unsubscribe(@NonNull() p0: Observer)
abstract override fun unsubscribe(@NonNull() p0: Observer, @NonNull() p1: MutableList<String>)
updateStyleImageSourceImage
Link copied to clipboard
abstract override fun updateStyleImageSourceImage(@NonNull() p0: String, @NonNull() p1: Image): Expected<Void, String>