ionic-team / ionic-native-google-maps

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

How to use plugin methods #126

Closed newtmex closed 5 years ago

newtmex commented 5 years ago

Hi, this is just a question. How can I use the plugin methods directly. Say, I want to do this let directionsDisplay = new plugin.google.maps.DirectionsRenderer(); How should I go about it.

My aim is to get the DirectionsRenderer() method from the plugin.

Thanks.

wf9a5m75 commented 5 years ago

Not provided. Please use Google Maps JavaScript v3 directly without this plugin if you want.