StaticMap class

Constructors

StaticMap(String _apiKey, {String? polyEncode, List<Location> markers = const [], String? zoom, String size = '580x267', String? center, bool scale = false, Path? path, String mapType = 'roadmap'})

Properties

center → String?
final
hashCode → int
The hash code for this object.
no setterinherited
mapType → String
final
markers → List<Location>
final
path → Path?
final
polyEncode → String?
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
scale → bool
final
size → String
final
zoom → String?
final

Methods

getUrl() → String
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