You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SInce geocoder.geocode() takes a callback as its second to last argument, I found this module to be more difficult than usual to promisify using something like bluebird's promisifyAll() function.
SInce
geocoder.geocode()takes a callback as its second to last argument, I found this module to be more difficult than usual to promisify using something likebluebird'spromisifyAll()function.Have you ever tried this? Do you have any tips?