sdk-maps-static-image / com.tomtom.online.sdk.staticimage / StaticImage / NotRequiredStep

NotRequiredStep

interface NotRequiredStep : StaticImage.Build

The support interface for builder.

Functions

geopoliticalViewIndian

abstract fun geopoliticalViewIndian(): StaticImage.NotRequiredStep

geopoliticalViewUnified

abstract fun geopoliticalViewUnified(): StaticImage.NotRequiredStep

jpeg

abstract fun jpeg(): StaticImage.Build

jpg

abstract fun jpg(): StaticImage.Build

layer

abstract fun layer(layer: String!): StaticImage.NotRequiredStep

layerBasic

abstract fun layerBasic(): StaticImage.NotRequiredStep

layerHybrid

abstract fun layerHybrid(): StaticImage.NotRequiredStep

layerLabels

abstract fun layerLabels(): StaticImage.NotRequiredStep

mapSize

abstract fun mapSize(width: Int, height: Int): StaticImage.NotRequiredStep

png

abstract fun png(): StaticImage.Build

style

abstract fun style(style: String!): StaticImage.NotRequiredStep

styleMain

abstract fun styleMain(): StaticImage.NotRequiredStep

styleNight

abstract fun styleNight(): StaticImage.NotRequiredStep

zoom

abstract fun zoom(level: Int): StaticImage.NotRequiredStep

Inherited Functions

build

abstract fun build(): StaticImage

Inheritors

Builder

open class Builder : StaticImage.NotRequiredStep, StaticImage.RequiredStep, StaticImage.Build

Builder