BaseTileDataSourceBuilder class abstract

Implemented types
Implementers

Constructors

BaseTileDataSourceBuilder()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

isValid() bool
Usable only in runWithBlockUi or listener handlers.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setImageUrlProvider(ImagesImageUrlProvider urlProvider) → void
The class does not retain the object in the 'urlProvider' parameter. It is your responsibility to maintain a strong reference to the target object while it is attached to a class.
inherited
setProjection(Projection projection) → void
setTileFormat(TileFormat format) → void
setTileProvider(TileProvider tileProvider) → void
The class does not retain the object in the 'tileProvider' parameter. It is your responsibility to maintain a strong reference to the target object while it is attached to a class.
setTileUrlProvider(TilesUrlProvider urlProvider) → void
The class does not retain the object in the 'urlProvider' parameter. It is your responsibility to maintain a strong reference to the target object while it is attached to a class.
setZoomRanges(List<ZoomRangeIdl> zoomRanges) → void
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited