sdk-maps / com.tomtom.online.sdk.map.style.sources

Package com.tomtom.online.sdk.map.style.sources

Types

GeoJsonSource

interface GeoJsonSource : Source

The interface that represents a GeoJSON source.

ImageSource

interface ImageSource : Source

An interface that represents the image source.

Source

interface Source : JniNativeHandleOwner, Visitable<SourceVisitor!>

An interface that represents the GeoJSON source.

SourceFactory

open class SourceFactory

A factory class that allows the creation of style sources with default options.

SourceVisitor

interface SourceVisitor

A visitor of source objects, implementing the visitor design pattern. Facilitates operating on Source and its subtypes.