TileDataSourceBuilder class abstract
- Implemented types
Constructors
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 -
inherited
-
setTileFormat(
TileFormat format) → void -
inherited
-
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.
inherited
-
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.
inherited
-
setZoomRanges(
List< ZoomRangeIdl> zoomRanges) → void -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited