moshen / node-googlemaps

A simple way to query the Google Maps API from Node.js
MIT License
559 stars 148 forks source link

add place text-search api #136

Closed jettcalleja closed 7 years ago

jettcalleja commented 7 years ago

added place text search api, to call:

let gmAPI = new GoogleMapsAPI({ 
        key:    API_KEY,
        secure: true, // use https
    });

  gmApi.placeText({query: myAddress}, callback);
fabriziomoscon commented 7 years ago

Thank you for contributing!

Few comments:

jettcalleja commented 7 years ago

thank you! will do that now.

jettcalleja commented 7 years ago

please check it now. thanks!

fabriziomoscon commented 7 years ago

published as npm googlemaps@1.12.0