web_mercator 0.9.0 copy "web_mercator: ^0.9.0" to clipboard
web_mercator: ^0.9.0 copied to clipboard

outdated

Dart implementation of the uber @math.gl/web-mercator javascript module.

web_mercator #

Dart implementation of the uber @math.gl/web-mercator javascript module.

Getting Started #

See the tests for in-depth implementation methods. Here is a basic example using the fitBounds factory with end user device informations:

import 'package:web_mercator/viewport.dart';

final viewport = Viewport.fitBounds(width: deviceWidth, height: deviceHeight, bounds: northEastSoutWest);

With that viewport, you can use the project

1
likes
0
pub points
0%
popularity

Publisher

verified publisherpenumbra.me

Dart implementation of the uber @math.gl/web-mercator javascript module.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, meta, vector_math

More

Packages that depend on web_mercator