in one of my current app's i have a requirement that, i need to get location history from user mobile. In google maps android app there is a option called "Timeline" in that i can see all the location of user which he traveled. I want these list.
Is there any google API to get the location history. Can anyone help me or guide me. Thanks in advance.
Related
In my android app there are list of city with there geo location. When user in online then list of city display and app store all data in local db.
Is this possible to display google map of that city when user went offline, So i can display list of city and if user click on any city then app can display google map of that city.
I have no idea about this, searched a lot but nothing found related to it.
If any one of you have idea about it please provide me some suggestions.
TIA
Check this answer.
There is information about enterprise Maps API. You can pay for it.
And also you can check some other services like Google maps with offline access.
http://code.google.com/p/ogmaps/
http://code.google.com/p/gmapoffline/
Hope it's helped.
Google maps app allow us to set Home and Office location.Is there a way i can read these locations in my android code.I am writing an app and i need to know whether user has set his/her Home and Office location in google maps and if yes then what are they?I can put the google map in my app and can ask the user to locate his/her Home and office location but it would be duplicate effort by the user and won't look good.Any other suggestions are also welcome here
You can use the Google Geocoding API for getting the address - GeoCoding API
Hope this helps.
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.
I am developing an app using App Inventor.
It includes the need for a user to press a button - to save a location when they are at the location.
But every time this is not practical. So I want to implement a method in my App Inventor app which will:
-Open Google Maps
-Let the user select any point on the map with no additional info.
-After choosing, return to the app and return latitude, longitude values for the location that is selected.
This is really important for me, help will be appreciated. Thanks!
You can find an example How to get coordinates for any Location on Google Maps back to App Inventor here: http://puravidaapps.com/coordinates.php
I have played with google maps on android for quite some time.I just couldn't find any link/reference as to do this.
Is there any way I could retrieve my google account profile pic from any of my signed in accounts?I want to use it as a marker for my current location.Google maps application does this and its pretty neat when you are trying to show your current location.
Thanks for any help...