geolocation - Convert longitude/latitude to country, city in MaxMind -


i using maxmind geoip2 database determine client's location (longitude, latitude, city, country) based on ip address. i'm using python library geoip2 , local geolite2-city.mmdb database.

in order more precise result want use html5 geolocation in addition returns coordinates of client.

i want use existing maxmind local database country , city based on coordinates html5 method.

is possible , how?

you might want check services provide (i did not see them having looking for), , maybe contecting support more assistance.

anyways, use reverce geocoding service provides rest interface determining country (and actuall more accurate address), suggest reconsider requirements on utilizing original provider purpose.

if reason need have geo-location users in same city, after reverce geocoding city & country, use values (without actual street address) geocoding service 'center' of city.


Comments

Popular posts from this blog

PHPMotion implementation - URL based videos (Hosted on separate location) -

c# - Unity IoC Lifetime per HttpRequest for UserStore -

I am trying to solve the error message 'incompatible ranks 0 and 1 in assignment' in a fortran 95 program. -