CustomSnapshotInterface

Temporary interface wrapper around MapSnapshotterInterface and StyleManagerInterface

interface CustomSnapshotInterface : MapSnapshotterInterface, StyleManagerInterface

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>
cameraForCoordinates
Link copied to clipboard
abstract override fun cameraForCoordinates(@NonNull() p0: MutableList<Point>, @NonNull() p1: EdgeInsets, @Nullable() p2: Double?, @Nullable() p3: Double?): CameraOptions
cancel
Link copied to clipboard
abstract override fun cancel()
equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
getCameraOptions
Link copied to clipboard
abstract override fun getCameraOptions(): CameraOptions
getElevation
Link copied to clipboard
abstract override fun getElevation(@NonNull() p0: Point): Float?
getRegion
Link copied to clipboard
abstract override fun getRegion(): CoordinateBounds
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>
isInTileMode
Link copied to clipboard
abstract override fun isInTileMode(): Boolean
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>
setCameraOptions
Link copied to clipboard
abstract override fun setCameraOptions(@NonNull() p0: CameraOptions)
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)
setTileMode
Link copied to clipboard
abstract override fun setTileMode(p0: Boolean)
start
Link copied to clipboard
abstract override fun start(@NonNull() p0: SnapshotCompleteCallback)
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
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>