I am implementing one iphone applicaiton in which I want to implement google earth.
I have done research on net for google earth for if any google earth api available or not.
But I have not found sucess.
Can you advice me is it possible to implement google earth in our applciation.
Please advice me for this.
Thanks in advance
I would suggest downloading the Google Earth app from:
http://itunes.apple.com/us/app/google-earth/id293622097?mt=8
However, if you still want to build an app, the Google Earth API documentation lies at:
http://code.google.com/apis/earth/
Google does not provide any API specifically for iPhone. This API is in JavaScript.
Reference
Related
I have a game developed for me in Unity. The game pulls steps, blood pressure and glucose data. So far my developer have been able to pull health data from Apple Health Kit, but they are stuck with Google Fit. Does the Google Fit REST API work with Unity? Will I need my to create a plugin? Sorry, I have the code, but I would know what to show. I could ask my developer if that is needed. Thank you!
This is a great feature to extend Google SDK to the Unity platform. The official libraries do not exist yet, but suggested workaround is to use REST API. You may start working around with Google Fit API on the official docs. You can opt to use OAuth Playground or any API platform to start with. Once you establish communication with Google Fit, try to make a call between a client and a server with the help of RESTful API in Unity.
I need some guidance in matter of using Google map in creating iPhone app that is i m creating through Phonegap.
I have heard that Google maps can be used without internet connection by using Google map API.
My question is how to apply that functionality?
Any help will be appreciated.
Google maps api can not be used offline due to the terms of service.
If you cache the tiles it will be a terms violation. It can be done if you purchase the enterprise edition. Check this for more information on the subject. You might have to use something else if you absolutely must have that functionality.
You should check out openlayers. That might be of help.
I have integrated google map API in my android app.
now i am programming same in ios. I am not understanding how to integrate google map API in to my ios app.
Or is it possible to integrate google map API in to ios app??
Please help me. If u have any tutorial it would be most appriciated.
You need to use MKMapView for that. Have a look at this tutorial: http://www.icodeblog.com/2009/12/21/introduction-to-mapkit-in-iphone-os-3-0/
I want to make google latitude type application for iphone.For that i have looked at google latitude api.for that
http://code.google.com/apis/latitude/v1/using_rest.html#auth.i have looked at this api documentation.but it requires domain name registration for application and it is for web applications.
Can anyone tell this if i can use and develope this application for iphone.any tutorials or sample code or example for that?
You should probably look at this tutorial instead....
http://code.google.com/apis/maps/articles/tutorial-iphone.html
Actually, in case anyone is looking for it later, you want to look at the documentation for oauth for installed applications:
http://code.google.com/apis/accounts/docs/OAuth2.html#installed or web server applications:
http://code.google.com/apis/accounts/docs/OAuth2.html#webserver
Neither of those should require a domain
I am trying to do an i-phone application which allows users to find the google ranking of website.Any one figured it before.?Any help is appreciated.
I think google it self provides some service for this please see this
http://en.wikipedia.org/wiki/List_of_Google_products#Mobile
it might be helpful.