PowerGeoJSONPolylines class

Constructors

PowerGeoJSONPolylines()

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

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

asset<T extends Object>(String url, {PolylineProperties<T>? polylineProperties, Polyline<T> builder(List<LatLng> points, Map<String, Object?>? map)?, MapController? mapController, Key? key}) Widget
Loads and displays polylines from an asset file on a map.
file<T extends Object>(String file, {PolylineProperties<T>? polylineProperties, Polyline<T> builder(List<LatLng> points, Map<String, Object?>? map)?, MapController? mapController, Future<String> fileLoadBuilder(String)?, Widget fallback(int? statusCode)?, Key? key}) Widget
memory<T extends Object>(Uint8List bytes, {PolylineProperties<T>? polylineProperties, Polyline<T> builder(List<LatLng> points, Map<String, Object?>? map)?, MapController? mapController, Key? key}) Widget
Loads and displays polylines from a local file on a map.
network<T extends Object>(String url, {Client? client, List<int> statusCodes = const <int>[200], Map<String, String>? headers, Key? key, PolylineProperties<T>? polylineProperties, Widget fallback(int? statusCode)?, Polyline<T> builder(List<LatLng> points, Map<String, Object?>? map)?, MapController? mapController}) Widget
Loads and displays polylines from a network URL on a map.
string<T extends Object>(String data, {PolylineProperties<T>? polylineProperties, Polyline<T> builder(List<LatLng> points, Map<String, Object?>? map)?, MapController? mapController, Key? key}) Widget
Displays polylines from GeoJSON data provided as a string on a map.