tree: a08e1d27a6451cc3f0a9ad0f862591fc972e39fe [path history] [tgz]
  1. LICENSE
  2. README.md
  3. to_screen_location.dart
packages/google_maps_flutter/google_maps_flutter_web/lib/src/third_party/to_screen_location/README.md

to_screen_location

The code in this directory is a Dart re-implementation of Krasimir Tsonev's blog post: GoogleMaps API v3: convert LatLng object to actual pixels.

The blog post describes a way to implement the toScreenLocation method of the Google Maps Platform SDK for the web.

Used under license (MIT), available here, and in the accompanying LICENSE file.