Impementation of google map in blackberry - blackberry

I have to develop an application which involves implementation of google map in blackberry.

u can use Static google map api.. Follow the link
Google Static Maps API

Related

Swift Google Maps SDK, navigation inside my app

It's possible with Google Maps's SDK to start a navigation with directions from point A to point B?
For having something like this:
Yes, you can show routes on google map using Goole Map platform APIS.
But you can't implement same way like in google map(with voice). You can use Direction API by google to get the path points from Point A to Point B and draw a polyline on google map.
Google does not provide navigation with voice as in google map. There is no such apis available from google.
For more details about this visit Direction API

Google maps api from where we get?

I want to use google maps in my ios application can anyone tell me that from where I will get google maps framework so that i can implement it in my application.
Is is free or any cost i have to pay for google map library.
Yes, you can find here in developer.google.com and also find below github links
Link1
Link2
Go to the Google Maps API page, and check out the iOS section for further information .
Cost depends on the sort of use I think, whether you want a premium access or not. Check the link for further details.

Search Airport code using google search api

Currently I'm building an iOS application which is having flight search feature and planning to use QPX google api for that but for airport/city code not able to find the api in google service.
Is it possible to use QPX Express api in iOS application because didn't see the way to parse the response.
Here is the link for google flight search "https://www.google.co.in/flights/".Would like to know which api google has been using it for airport/city code search.
Have tried with Google Places API for iOS https://developers.google.com/places/ but don't know the way to get the airport codes.

Possible to style Google Maps SDK for iOS?

Is it possible to style the map in Google Maps SDK for iOS like in Google Maps API used in web pages?
It is not yet possible to style the map in the iOS SDK. Please file a feature request.

Use Google Charts on Blackberry

I want to use Google charts in my Blackberry application.
Jaydeep, here is you answer. Following link shows complete source code of How to use Google chart api on BlackBerry.
http://code.google.com/p/blackberry-google-chart-api/source/browse/trunk/blackberry-google-chart-api/src/com/googlecode/blackberrygooglechartapi/core/test/Main.java?r=8

Resources