I am new to mobile programming and this is my first time to use Android. I have to develop a location based services on mobile application.
I had done the step which able to allow user to login my application using (Google Oauth), get user location, get places nearby.
Now I want to show user review in the Map application from Google and user able to put their review for a place. How can I do that? I had read the document here. (https://developers.google.com/places/documentation/index)
But still I am not sure where should I put it. Is there any documents for me to refer? A sample code will be big help for me...
Thanks in advance.
Related
I have this Android project i have to develop an application using location based service using google map and web service. in this application user will set source point to destination point so that user will get route. when user get this route this application will show up nearby shop based on user's route. My question is what method or algorithm to show up nearby shop based on user's route? help me by giving some instruction and need some recommendation of references or some explain or examples. please someone help me out. thank you
You have to use Google Places API for achieving your task.
Please visit below links for more help:
https://developers.google.com/places/?csw=1
https://stackoverflow.com/a/5772037/3235048
I am developing an application in Android that makes the tracking when the user goes for a walk. I save it in his smartphone but I would like that the user would have the opportunity to upload the entire tracking to facebook. Is there any way to do this?
I'm using google maps.
You can do this via OpenGraph actions and objects, meaning that you'll have to transform your track to a fitness.course object as outlined in the docs below. Google Maps is not related to this.
See
https://developers.facebook.com/docs/sharing/opengraph/custom
https://developers.facebook.com/docs/reference/opengraph/object-type/fitness.course/
https://developers.facebook.com/docs/reference/opengraph/action-type/fitness.runs/
I am developing small app which take list of co-ordinates(longitude and latitudes) and plots the same in map view.
I also want to add some message for each location. Could anyone let me know if there is tutorial to complete this?
I already got API tokens in order to access googple map api.
My idea of android application is :
This application would be activated by a calendar
entry, showing that the phone user has an appointment
somewhere (i.e. meeting friends in a town 2 hours away).
The application would track the phones position and register that
the user is on his way to the appointment (by checking if the
user is following the route of Google maps to the destination).
The phone would keep a status of whether the phone owner
will arrive on time or be late
I am quite good at webdesign, but on android platform I am just a rookie
any expert good at android please suggest me good place to start with,
my biggest doubt is
Can i use google maps API to compare mock locations i use in simulator to locations and landmarks in google maps from source point to destination point?
I await some thing useful for me to start my work...
Take a look at glympse.com - they do this almost all of this already. It's also against the T&C of google maps to do routing, so I would very carefully read them and determine if your idea defies the T&C.
I am developing an application,I would like publish my application in android market. I want to find what are the user using my application and his location point out in Google map,How to find my user for my application,How to possible?
Thanks all
You need a server, which will collect the information from your app. And the app after installation will send the location info( if it is available ) through internet to your server. After you have the location info, you will be able to put the marks on google maps.