Doubt in app creation

Asked

Viewed 58 times

0

I’m creating a mobile app phonegap/Cordova in which I need to search the name of a location, phone and address and find it on a map. I am in doubt if I use phonegap/Cordova Geolocation or the google maps API. And also how will I find this information since I have no notion of database only HTML, CSS and Javascript.

1 answer

1


From what I read about the google api, it seems to have a certain search/use limit. see if the phonegap api has this limit, if not, the advantage will be that of phonegap. of course, if the limit is not enough.

about a start while using the google api, I liked these articles:

http://www.princiweb.com.br/blog/programacao/google-apis/google-maps-api-v3-busca-de-endereco-e-autocomplete.html

http://www.princiweb.com.br/blog/programacao/google-apis/google-maps-api-v3-criando-um-mapa-personalizado.html would use as experience for a project.

If you’re going to use a database, look about: Localstorage. I’m using recently in my projects and am enjoying.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.