3

How to show multiple markers with fit zoom level in map, I am using below plugin for develop a map?

https://github.com/flutter/plugins/tree/master/packages/google_maps_flutter

enter image description here

enter image description here

halfer
  • 19,824
  • 17
  • 99
  • 186
lemuriyan
  • 606
  • 2
  • 7
  • 19

1 Answers1

0

This is a duplicate question

Polyline is currently (2019-01-27) not available in the official google maps flutter plugin. However, there are two pull requests which have added this functionality:

Pull request 1121 has example code on how to use the Polyline functionality.

Jason
  • 2,555
  • 2
  • 16
  • 17