OsmOnlineRenderer class

This renderer fetches the desired bitmap from openstreetmap website. Since the bitmaps are 256 pixels in size the same size must be configured in the displayModel.

Inheritance

Constructors

OsmOnlineRenderer()

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

dispose() → void
Disposes of renderer resources and cleans up.
inherited
executeJob(JobRequest job) Future<JobResult>
Executes a rendering job to generate a tile bitmap.
override
getRenderKey() String
Returns a unique cache key for this renderer configuration.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
retrieveLabels(JobRequest job) Future<JobResult>
Retrieves labels for separate rendering to support map rotation.
override
supportLabels() bool
Returns whether this renderer supports separate label rendering.
override
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

uriPrefix String
final