is using an intent to show the map cost money? - android

Sorry if the question is so basic I am new to android and programming.
I am going to make an app, in this app I need to show locations or maybe even directions in map lots of time. It is very likely, an interested user see the map more than 20 times in a row in just one time lunching the app.
I choose to use google map api for this application, but I saw in their website you have to pay money if your app use map more than 25000 a day and it is likely to happen if I have more than 2000 active users easily, but I am not sure I can make money with this app or not; so I have 2 choose and I am not sure about one of them:
1- using intent to show geo on an external app like google map but does it cost that money or not? (thats my main question)
2- using another api like http://www.openstreetmap.org/ or http://leafletjs.com/
Which option do you recommend? And if that's the option 2, which api do you recommend and why?
Note that the program work base on website and its data base and that website gonna have same functionality as the app and it need to use that api, site gonna use drupal-8 probably but not 100 percent sure yet.
I googled for the answer but I didnt get the answer.

1) if you do an explicit intent to maps this way https://developers.google.com/maps/documentation/android-api/intents you have nothing to pay, it's an intent not an API call, in fact you don't need api key to do that.
2) I've used openstreetmap in the past, it's not difficult, but maybe it depends on your skill.
If you are really new, I suggest you to use intent. You can always switch to openstreetmap when you become more confident!
If you want to see an example with openstreetmap in my github I have a project fell free to look at the code if this helps you https://github.com/doJester13/Indoor-GPS

For Android, your users can do 150 000 Google Places requests per day, if you Enable Billing with your credit card on Google (That doesn't cost, just verifies your identify). The Maps API is completely free
By the time you have so many users that they use all the map requests, you can probably afford it.
Source: https://developers.google.com/maps/pricing-and-plans/#details

Related

Is there any way to get the amount of time "people typically spend" at a place with Google Places API?

I've noticed Google has had this feature for about a year now but I don't see it on Google Places API. If you look up a library or a gym near you, Google will show how long people typically spend at the place (like a gym nearby me, "People typically spend 45 min to 1 hr here.") Is there any way to get this information on Google Places API or is it not available yet?
You are right this information is not available via Places API yet. I can see that people have already filed a feature request for this in the Google issue tracker:
https://issuetracker.google.com/issues/35830308
I would suggest staring the feature request to add your vote and subscribe to further notifications. Hopefully one day Google will implement this feature in the API.
As far as I recall, Google Places API currently does not have any functionality to provide that information. You may consider filling a feature request through Google Code. Alternatively, I'd advise to simply look up the place (in your app, that is) and parse the typical visit duration manually. There are many drawbacks to this solution depending on the method you're gonna use (such as the layout of the page may change and your app will stop working, requiring an immediate update), but it's an option.

Basic Google Maps/Mobile App integration questions

I'm in the research (what's doable) phase of a possible app development project.
My potential app will be a trip app that lists all stores and drug stores. Is is possible for my app (regardless of platform) to integrate Google Maps (or some other maps database) to provide:
turn-by-turn guided directions?
interactive list of stores and drug stores between start and final destination so that I can choose my preferred stops?
calculate time/distance to each chosen stop?
ability to add other parameters to each stop?
I found another app that functions similar to my app idea but I'm not sure if the GPS navigation functionality and limitless list of places has to be built from scratch or can integrate with an existing tool like Google Maps API and if there's a charge if I'm charging for my app.
You can make requests like that. It might be best to build for the platform. Ie. If it's iOS use Apple Maps for ease of use, and google for Android. However, if you're going to build cross platform go with google. Might have it issue separate queries for different data.
No they will be use normal google map API most of cases but if JavaScript call is increase they will buy premium plane because google provide 1000 JavaScript call in a day you will increase limit at 100000 by simply register you credit card which was well inaf for new comer also for mid range user and little bit heavy user.but in premium plan google give more facilities to there customer. you can get more info at https://developers.google.com/maps/premium/

Working on a way to show current Android phone location in Google Maps

Looking for a little bit of help structuring my problem.
I will be traveling with friends to a party weekend and we are plotting locations of places to visit and see on a shared Google map with custom layers.
My thought is that I could add real-time location layers for each attendee, based on the lat/long of those with Android phones.
I'm trying to figure at the moment the elements of the code that I will need and asking the community for help structuring the design.
So far:
Working on a way to broadcast the current lat/long of the Android phone through an API
Determining the best way to import the returns (lat/long) from the API as a layer into Google Maps (thinking KML, but there may be a better solution with GPX or text files)
Once I finish 1 and 2, will write the code to accomplish the process and load to Google Maps
Any guidance is very much appreciated
Why do you need to develop everything of this sort when Google has already provided us with the My Map app. This app is available in Play Sore for Google as well as the App Store for Apple. So all your friends whether an Android or iPhone user can install this app on their phone.
With this app you all can customize the map as per the needs and share inside the group. This app explicitly serves the purpose for the vacation planning when a group is involved.
Take a look on the Google Play Store and the App Store to explore and download.

Google Maps or Places: API to fetch bulk uploaded (and verified) locations

We have bulk uploaded our client's locations, and they are in the process of being verified by Google. Once that is done, we would like to use the data in our client's iOS and Android apps, as part of a Store Locator feature.
i.e. we want to lookup the exact verified business locations and associated details, by an id, as opposed to text search, which could potentially hit some other businesses, or previous listings of our client's locations (which are not the official and verified versions).
I have tried to look at both the Google Places API as well as Google Maps API, but I cannot find any mention of a group id or anything of this sort. I might be looking completely in the wrong direction, so thought it would be worth while trying SO.
So, to rephrase the question, is there an API endpoint to fetch a bulk uploaded list of locations (some 150 of them), to consume in an iOS and an Android native application. No code examples needed, just looking for a pointer to the correct Google product / API for this, if one exists.
PS> I am not familiar with Google Maps API for Work. We were hoping for a free route, but if that sorts out the use case, it's also acceptable.
Thanks!
I don't believe the Places API has the concept of a group ID that represents multiple place IDs. I think you will have to simply collect the individual Place IDs of your uploaded locations.

Uploading Google indoor map? & How can I check and view it?

I am trying to create an android navigation system app for my University Campus as a project of one of my courses. I searched a lot for different solutions to implement my project. "Google indoor map" solution attracted my attention.
First, I prepared my University's map with appropriate quality.
Second, I followed the steps that were mentioned on this
website.
Third, I uploaded my indoor map here.
Fourth, I submitted my work and it was mentioned that it will be
reviewed by Google to be accepted (I submitted it maybe from 3 days).
Now, how can I know that my map was accepted? How can I view it? I really need it.
I noticed an important comment that was written here. This is the comment:
"Note: This option is only available in the US, UK, and Japan. Also,
you can only upload a floor plan from your computer."
WHY?!
Is this true?!!! Then, does this mean that I will not be able to view my uploaded indoor map of my University using Google Map??
Please, I need your help as soon as possible.
Thank you very much.
Try to unblock regional internet restrictions in your mobile device
by using vpn application.
There are lots of applications for that purpose. try this one:
https://play.google.com/store/apps/details?id=com.aed.droidvpn&hl=en

Categories

Resources