onury / geolocator

A utility for getting geo-location information via HTML5 and IP look-ups, geocoding, address look-ups, distance and durations, timezone information and more...
https://onury.io/geolocator
MIT License
642 stars 107 forks source link

Promises #40

Open RichardsonWTR opened 7 years ago

RichardsonWTR commented 7 years ago

Make geolocator with promises in the future?

onury commented 7 years ago

Will do, definitely. Actually the reason for changing the callback signatures to Node-style (in v2) was the first step. This enables support for "promisifying" Geolocator methods. Until Promises are built-in, you can for example use Bluebird to promisify.

brackio commented 6 years ago

Is this still on the roadmap?