Builder

class Builder

Build a new PredictiveCacheLocationOptions

Constructors

Builder
Link copied to clipboard
fun Builder()

Functions

build
Link copied to clipboard
fun build(): PredictiveCacheLocationOptions
currentLocationRadiusInMeters
Link copied to clipboard
fun currentLocationRadiusInMeters(radiusInMeters: Int): PredictiveCacheLocationOptions.Builder
How far around the user's location we're going to cache, in meters.
destinationLocationRadiusInMeters
Link copied to clipboard
fun destinationLocationRadiusInMeters(radiusInMeters: Int): PredictiveCacheLocationOptions.Builder
How far around the destination location we're going to cache, in meters (if route is set).
equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
routeBufferRadiusInMeters
Link copied to clipboard
fun routeBufferRadiusInMeters(radiusInMeters: Int): PredictiveCacheLocationOptions.Builder
How far around the active route we're going to cache, in meters (if route is set).
toString
Link copied to clipboard
open fun toString(): String