Doubt in application creation

0

I'm creating a mobile phonegap / cord application in which I need to search the name of a place, phone and address and find it on a map. I'm in doubt if I use the phonegap / cordova geolocation or the google maps API. And also how am I going to find it, since I do not have any notions about just HTML, CSS, and JavaScript.

    
asked by anonymous 04.10.2015 / 23:44

1 answer

1

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

On a start when using google api, I liked these articles:

link

link would use as an experiment for a project.

If you are using a database, look for: LocalStorage. I'm using it recently in my projects and I'm enjoying it.

    
05.10.2015 / 01:51