tree: a157d9ac9c5320007de12c93a95eba943b3f28f7 [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.