GoogleMaps API V3 for Flex/AS3 - apache-flex

Currently I am using SWC to display google map in my flex application. But now Google Maps API for Flash has been officially deprecated. The google maps web page suggests "We encourage you to migrate your code to version 3 of the Google Maps JavaScript API". Can someone please help me understand this?
Does that mean that I have to use java script API and load html inside flex application?

Related

Google calendar api integration with classic asp

I have a working google calendar integration with Console and web as explained in https://developers.google.com/google-apps/calendar/quickstart/dotnet .
I am unable to get any direct way to integrate the same with classic asp.
Is there any way, I can integrate google calendar with Oauth2 in classic asp ?
Thanks in advance.
You could look at the excellent CHilkat components. He provides examples about ways to consume many API's, including Google Calendar.
You can get examples on this website : http://rest-examples.chilkat.io/google_calendar/asp/default.cshtml
The main website with extended docs is located at https://www.chilkatsoft.com/

Microsoft Offline Transliteration API

For one of my web application(Intranet based), I want to make transliteration from English to some other language.
So is there any Microsoft API available that I can use in my web application.
Don't want to use Google API. It should be Microsoft or any other third party.
You can use Translator API. Also you may find more resources on the Bing developer resources page.

How does Phonegap to migrate platform app

I have an app that maps routes developed for Android.
Now I want to make the app for iOS, I'm estuando about PhoneGap and I have some questions:
1 - The Phone Gap convert my java code to Objective C?
2 - This is the solution most widely adopted platform for migrating apps?
3 - The api google directions works with Phonegap?
from their home page:
Easily create apps using the web technologies you know and love: HTML, CSS, and JavaScript
PhoneGap is a free and open source framework that allows you to create mobile apps using standardized web APIs for the platforms you care about.
Phonegap doesn't convert your code, you can write code in html, javascript and css and phonegap will wrap it as an app for all platforms.
Regarding google directions, I never worked with it, but as far as I know there is a javascript api so you should be able to use it with phonegap.

AdSense Management API for Reporting through R

I have been searching the internet for ways to access the AdSense API via R and have not been able to find documentation. It uses REST with OAuth 2.0.
I am looking to use the API for reporting.
There's a client library to access the Prediction API with R. Prediction and the AdSense Management API are both REST and use Oauth2 so it should be easy to modify the code at:
https://code.google.com/p/google-prediction-api-r-client/

Google+ integration with ASP.NET

Is there a way to post data from a ASP.NET application to Google+ account of a user. Does Google+ provide any API for the .NET platform?
Since the Google+ API is now available, you can use the Google APIs Client Library for .NET to access the API.
As of 9-7-2011, the API has not yet been released:
http://googleplusplatform.blogspot.com/
There is, however, a platform preview for which you can sign up:
http://www.google.com/+/learnmore/platform-preview/
Here is some discussion of the issue as well as some unofficial (that is to say, they will break eventually) APIs:
http://blog.programmableweb.com/2011/07/18/the-unofficial-google-plus-api-wait-which-one/

Resources