Browse Zip Code by user location [closed]

1

There is some way to check the zip code from the user's location provided by the browser. Type given latitude and longitude to return the zip code of past coordinates.

It would be something like:

function getCEP(lantitude, longitute) {
  // retorna o cep associado as coordenadas passadas
}
    
asked by anonymous 01.05.2017 / 05:30

0 answers