marlove / react-native-geocoding

MIT License
208 stars 54 forks source link

changing index.d.ts to reflect Geocoder methods as static #25

Closed joaopmarquesini closed 2 years ago

joaopmarquesini commented 4 years ago

the index.d.ts was listing methods as instance methods, in a way that you would need to call it this way:

var geocode = new Geocode();
geocode.init("api_key", options);

changed it to behave the way it's supposed to.

Aliath commented 4 years ago

bump :)