Possible to style Google Maps SDK for iOS? - 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.

Related

IOS weather app

I want to use google api for iOS weather api. But I found out that it is down. Even the google awareness app api is available only for android. What to do? Is there a way to use google api for making weather api in iOS ?
No you can not use google weather api for iOS. You can use Yahoo Weather Api
Weather Api

Can I parse and render KML files using the Google Maps IOS SDK

I have an application that uses MapKit on ios to render KML files that are generated from Google Earth. The more complex polygons do not render correctly in ios's MapKit.
I'm wondering if the Google Maps iOS SDK has the ability to parse and render google map or google earth generated KML files? If so if you could point me to an example that would be great.
From this Google Maps API documentation: https://developers.google.com/maps/documentation/api-picker
KML rendering is currently only available in Javascript API, not in iOS SDK yet.

Google Directions API failing to return results in iOS

I’m trying to use Google Directions API. I have the SDK all set up. I have enabled Google Maps SDK for iOS under the Services in the developer console. Below is the URL I've built to get the directions.
There are two types of keys in the developer console.
First I tried with the Key for iOS apps.
https://maps.googleapis.com/maps/api/directions/json?origin=-37.814107,144.96328&destination=-31.953004,115.857469&key=<Key for iOS apps>
But I got the error This IP, site or mobile application is not authorized to use this API key.
When I searched for a solution to this error I saw in a few StackOverflow answers (1, 2) that iOS keys are not supported. In the answers they're talking about the Google Places API but I thought it might be the same case with Directions because the error was the same.
So I replaces the Key for iOS apps with Key for browser apps and ran it again but I got a new error This API project is not authorized to use this API. Please ensure that this API is activated in the APIs Console.
My question is are there any other APIs I have to activate in the Services to get this working? These are the other map related Google APIs in the list.
The API "Google Maps SDK for iOS" - it is only for integrating the "Google Maps SDK"...
If you want to “use” Directions.. you have to “activate” in the Google console: "Directions API” , too developers.google.com/maps/documentation/directions
Happy coding!
Are you using
https://developers.google.com/maps/documentation/ios/ also there is a nice documentation there.
Yes you need to activate the IOS Maps SDK in the google api center when you log in

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

Impementation of google map in 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

Resources