map_view 0.0.10 copy "map_view: ^0.0.10" to clipboard
map_view: ^0.0.10 copied to clipboard

discontinued
outdatedDart 1 only

A flutter plugin for displaying native Google Maps.

[0.0.1] - 11-07-2017 #

  • Full Screen Map Support
  • iOS Support
  • Android Support
  • Support for adding map pins
  • Support for location change updates
  • Support for camera position updates
  • Support for marker touch callbacks
  • Support for map tap callbacks
  • Support for zooming to annotation(s)
  • Support for setting camera position
  • Support for querying current viewport information
  • Support for getting current visible pins
  • Support for toolbar items

[0.0.2] - 11-07-2017 #

  • Improved examples

[0.0.3] - 11-08-2017 #

[0.0.4] - 11-08-2017 #

  • Updated Authors for pub.dartlang.com

[0.0.5] - 11-14-2017 #

  • Improved setup documentation

[0.0.6] - 12-27-2017 #

  • Improved README for easier project integration
  • Added StaticMapProvider for generating static map images for inline display
    • Supports generating an image for center and zoom level
    • Supports generating an image given a list of markers
    • Supports generating an image given a current active MapView ( will copy visible annotations, center and zoom to generate static image)
  • MapView now exports all public classes so you only have to import package:map_view/map_view.dart
  • Added support for info window tap events thanks to HelenGuov
  • Added support for changing map type (normal, satellite, terrain) thanks to HelenGuov

[0.0.7] - 12-29-2017 #

  • Fixed dependency problem with uri package.

[0.0.8] - 12-29-2017 #

  • Another attempt at fixing dependency problems

[0.0.9] - 12-30-2017 #

  • Added isEqual check for Marker
  • Add removeMarker

[0.0.10] - 12-30-2017 #

  • Fixed bug where adding annotations would fail after displaying map a second time.
2
likes
0
pub points
51%
popularity

Publisher

unverified uploader

A flutter plugin for displaying native Google Maps.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, uri

More

Packages that depend on map_view