LineTileDataSource class abstract
Line tile data source allows the rendering engine access to user managed data sets of geodetic lines and their attributes through a LineTileSource.
Note: This is a beta release of this feature, so there could be a few bugs and unexpected behavior. Related APIs may change for new releases without a deprecation process.
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
-
destroy(
) → void - Frees all internally used resources.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
create(
MapContext context, String name, LineTileSource tileSource) → LineTileDataSource - Creates a named LineTileDataSource in the given context over a given LineTileSource.