ionic-team / ionic-native-google-maps

Google maps plugin for Ionic Native
Other
221 stars 125 forks source link

How to remove polyline from map? #265

Closed fadilchady closed 4 years ago

fadilchady commented 4 years ago

let polyline: Polyline = this.map.addPolyline({ points: data, color : '#17A8DE', width: 7, geodesic: true });

wf9a5m75 commented 4 years ago

polyline.remove();