0

I have searched stackexchange but can't find a module that creates the relationship between city, state and country.

If this doesn't exist then could you point me to a scheme db to recreate this. I also didn't want to fill out the db with this region hierarchy but if it doesn't exist then I'll use the db scheme you can recommend.

Thank you,

V.

Vanleurth
  • 3
  • 1

2 Answers2

0

There isn't an existing package afaik but you can use (for example), the google maps geocoding api directly from Meteor.

Michel Floyd
  • 18,793
  • 4
  • 24
  • 39
0

Not directly in meteor, but you can use https://atmospherejs.com/dburles/google-maps, to inject google maps api in meteor, and then you can use the geoCoder to get the text location from the latitude and longitude.

abj27
  • 131
  • 4