UrlTileOption class

瓦片图创建参数

Annotations

Constructors

UrlTileOption({required int width, required int height, required String urlTemplate})

Properties

hashCode int
The hash code for this object.
no setterinherited
height int
单位瓦片图高度
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
urlTemplate String
瓦片图地址模板
final
width int
单位瓦片图宽度
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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