Showing posts with label google-maps. Show all posts
Showing posts with label google-maps. Show all posts

Tuesday, May 15, 2012

Android Google Maps Failed to find style "mapViewStyle" in current theme


When adding a google map view (I extended a MapView, used the xml editor to add it to the Activity, and added my google maps api key to the layout xml file manually)

Tuesday, May 8, 2012

iPhone google maps v3 pans after pinch zoom


I have a problem developing a web application for iPhone. When I visit a simple example like http://code.google.com/intl/sv-SE/apis/maps/documentation/javascript/examples/map-simple.html in an iPhone and do pinch zoom the map pans when I release the fingers from the screen. This makes the map end up somewhere else than the place I zoomed to.

Monday, April 23, 2012

Have just one InfoWindow open in Google Maps API v3


I need to open only one InfoWindow on my Google Map. I need to close any other InfoWindow before i open a new one.

Sunday, April 22, 2012

Show popup above map marker in MapView


I can't beleive there's no easy way to do such a basic thing like this... I want to show a popup/baloon (a LinearLayout) after user clicks on a map marker (something smilar to what is in Google Maps app). It should move with the map, when the user scrolls the map. What is the best way to do this?

Monday, April 16, 2012

Android: Setting Zoom Level in Google Maps to include all Marker points


I am trying to set zoom level for Maps in android such that it includes all the points in my list. I am using following code.

Saturday, February 25, 2012

Is there a better way to embed maps on the iPhone, without using native code?


I have an iPhone application, which does include maps. However, when a user clicks a button in the app - it just brings up an embedded safari browser, with the Google Maps in it. This is because I have a web version of the app, and I want the exact same result on both iPhone and web, without having to constantly update both codes. Also, it includes display of a polygon and pins.

Thursday, February 16, 2012

MKMapKit Hexagon or Square Overlay


I want to make overlay with hexagon or squares over google map with MKMapKit. Not just one hexagon or square, i want to use google map like a tile based map with full overlay with hexagons in every 1km area.

Friday, January 13, 2012

Need to add 45+ points to a google map


trying to add 45 different points to a map, but I just get OVER_QUERY_LIMIT returned, and no map.

Wednesday, January 11, 2012

How to display Google map for city


I am trying to display a Google map when a user searches for a city and presses the search button but I am not getting how to do it properly. Here is my code done so far. Not getting how to take user input and check that city is in array; if yes, then display it on Google map. For example, if user types city name Houston, USA then it should display on Google map after checking if city name is in our database.

Grey boxes appear in parts of embedded Google Map in modal box


I'm having a problem with embedding a Google Map via the v3 API in a modal box.