BlackBerry:Accessing Google Maps API's on Blackberry platform? - blackberry

I am developing an application, which should be able to access Google Maps and it's API set on Blackberry platform?
I want to programmatically,
1. search for current location information
2. Places information like famous places, malls, restaurants and other details etc.
using Google Map API's.
How do i access Google Map API's to achieve this in Blackberry platform? If not possible,
How do i achieve this in Blackberry platform in any other way?
From which version of Blackberry(SDK and Device version), these things will be possible to implement?
I googled it, and found some links related this like below, those doesn't helped me.
http://supportforums.blackberry.com/t5/Java-Development/Google-Map/td-p/21412;jsessionid=760CF8E4A2DAA4B5A31BC2ACD1F09998
BlackBerry and map based apps like Yelp and Google Map
Thanks in Advance.

i have implemented the google static map with navigation control, please find the code here http://www.mediafire.com/?sce8x11y9o9jcs3 add comments and update back.. thanks

Related

I can't find where can I get the POI results in using Google Maps SDK for iOS and Google Places for iOS

My app using Google maps the SDK, but not from Google found on the official document about the POI retrieval method, I demand is this: to a certain point as the center, in a certain value of circle diameter to retrieve certain places, such as retrieval from places such as hospitals, schools, bus, subway, I want to find a way to can return to these results, but don't know where the document。Who knows? Please help me.Thank you very much.
Places search is currently available only via web services:
https://developers.google.com/places/web-service/search
There is also a feature request in the issue tracker to add places text search in iOS SDK:
https://buganizer.corp.google.com/issues/35829470
Feel free to star this feature request and subscribe to further notifications from Google.
Hope this helps!

how to upgrade ios sdk for google glass app development

I am new bie to xcode.I want to create google glass app in ios.I googled many sites.But didn't find proper information regarding this and even want to know how to upgrade google glass API in xcode. please give any links and suggestions to develop sample google glass app in xcode.Thanks for your suggestions in advance.
You'll be using the Mirror API, which is a REST based web API. Although the Google Objective C library supports the Mirror API, there is not a lot of documentation on its use. You can see the Mirror API documentation for generic guidance which you will need to apply to the specific ObjC implementation.
Update: While you don't need to download or use this library, if you don't, you'll need to use HTTPS calls to Google's servers instead. You should read the documentation about the Mirror API at https://developers.google.com/glass/

retrieving data from google maps to use in iOS app

I want to create an iOS app, which shows data available in terrain view of Google Maps (peaks, forests etc) within some specific area. Is it possible to retrieve eg all peaks with their latitudes and longitudes? I went through Google Maps iOS SDK but I didn't find the answer.
My other idea was just to download some database containing european peaks but neither could I found it.
Thanks for your help
That's not possible within the Google Maps API. But I believe the downloadable database at http://www.geonames.org will help you.

Get directions in my app when someone uses Google Maps directions

When someone uses the Google Maps app on iOS to get directions, I would like to know in real time the destination of the user and the direction. The goal is not for him to use my app to navigate but for my app to suggest him places in real time along his route (and in advance).
Do you think this is feasible with the Google Maps API for iOS? If yes, how would you do it? And if no, do you have other ideas?
Thank you !
Nope. There is no way to monitor what other apps are doing in iOS.
This isn't possible in the way that you're framing the question, but it is possible to include Google Maps in your own application if you combine the Google Maps SDK for iOS, the Google Directions API (on the web), and either the Google Places API or the Yelp API.
Use the Google Directions API to get directions (a list of lat/lng points in JSON form), plot these points as Polyline using the Google Maps SDK for iOS, and use those points to search for nearby points of interest with the Google Places API or the Yelp API.

Saving My Places with Google Maps SDK on iOS

I recently got invited to use Google's Map SDK/API's for iOS. I've been reading through the limited docs that they have and I didn't see a way to access My Places. Does anyone know of a way to access/save My Places on iOS?
I did not find anything in the frameworks headers so i guess you need to use the Places API on your server and download the result for this.

Resources