Advertisement
Guest User

Untitled

a guest
Jun 16th, 2019
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. import 'package:map_view/map_view.dart';
  2. import 'package:map_view/polyline.dart';
  3. ...
  4. MapView mapView = MapView();
  5. mapView.addPolyline(Polyline('my_polyline', [
  6. Location(45.52309483308097, -122.67339684069155),
  7. Location(45.52298442915803, -122.66339991241693),
  8. ]));
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement