0
votes
0answers
28 views

How to set the latitude and longitude of the VisibleRegion programmatically when the GoogleMap loads?

I am working on GoogleMap. I need to set the latitude and longitude corresponding to the four corners of the GoogleMap which is currently visible to me on my android device screen. We can get the ...
-1
votes
0answers
20 views

Zoomable fusion table map template by Derek Eder

I went through this site and it shows a good example of fusion table map using API. Is it possible to make the map zoomable to particular bounds when I select an option in dropdown list using the ...
0
votes
1answer
27 views

panToBounds don't adjust zoom

I have following problem, i use autocomplete to get coordinates for needed places, i has use before Autocomplete.getPlace().geometry.location for map.setCenter() and have manual make maximum zoom. But ...
0
votes
0answers
148 views

Moving Zoom/Pan controls to a custom position in Google Maps API V3

I'm currently upgrading an application who uses google maps api v2 into the v3 and I ran into this weird problem: apparently you can no longer easily move the pan and zoom controls to a custom ...
0
votes
0answers
118 views

google maps API v3 zoomControlOptions LARGE on mobile not displaying the slider

I'm setting a map for mobile device and want to utilize the zoom slider. g.map = new google.maps.Map( document.getElementById("mapcanvas"), { disableDoubleClickZoom : ...
0
votes
2answers
394 views

Android Google Maps API V2 not zooming to Location

Im not sure whats wrong but Im trying to get my google maps fragment to zoom in to a particular location on start. For some reason, it is not working and still zooms in to africa by default. Here is ...
0
votes
2answers
61 views

How to set appropriate zoom level for GoogleMap Api3 in GWT

I am using GWT2.5 and GoogleMap Api3. I have 2 scenarios: 1. I am having the center latlng for the map and few markers on it. 2. Any county and few markers on it. So, the map should be appropriately ...
0
votes
0answers
68 views

cannot get getMarkers after zoom

I have a problem with getMarkers after zoom on map. Use gmap v3. Also use MarkerClusterer class for group all markers on the map, but have some properties that have identical lat and long and them is ...
-1
votes
2answers
221 views

Google Maps multiple markers position ZOOM ERROR

I just registered to ask for help with google maps. I'm working on a project that allows me to insert various ads of homes in the google map on my site. I do not know why that position is never ...
0
votes
1answer
112 views

Google Maps, scale circle based on Zoom

I have a google map with circles being displayed, using a radius that scales down using the index of a data set (1, 2, 3, 4..): var radiusTest = 1 - (mapDataTrending[i].index) * .1; var ...
0
votes
0answers
58 views

Zooming Point (on SVG with smartGWT)

We implemented a zoom function like the Google Maps zoom function on a existing SVG map. That is our zoom function... public void zoomBy(double zoomBy, int x, int y) { ...
0
votes
0answers
18 views

How to find which counties are visible on a zoomed map

I want to be able to work out which counties are visible on a map of the UK depending on the area the user has chosen to display. I can find the county in the centre from the lat/long but because of ...
0
votes
0answers
115 views

Google Maps Style Zoom Control

I am using the Google Maps V3 Javascript API and would like to style the zoom control. Though the Google Documentation has information about moving the Custom Controls it doesn't seem to have any for ...
1
vote
1answer
97 views

Google Map mouse wheel bug

Normally it's possible to scroll / zoom vertically out of the map. There would be a grey background. I "disabled / blocked" that. This works fine if I use the controls from Google map. But if I zoom ...
0
votes
1answer
163 views

Vaadin Openlayers Wrapper maximum zoom level for google maps layer is not achieved

I hope somebody already had (and solved) this problem since I searched a lot for a solution with no success. The thing is I have a GoogleHybridMapLayer and a OpenStreetMapLayer, with the google ...
0
votes
1answer
118 views

Google Maps Pan and Zoom Customize Color

I was wondering if it's possible to customize the pan and zoom color. From the default white color to something different or add gradients, maybe. I'm new with google maps and here's what I came up so ...
0
votes
1answer
346 views

Google Maps Api V3 Zoom links in infowindow not working

I am building a store locator using php sql and javascript. I've done this tutorial https://developers.google.com/maps/articles/phpsqlsearch_v3 and got it working. I am trying to implement zoom in/out ...
0
votes
2answers
246 views

Google maps draggable marker zoom to fit all markers

I have a working version of map with a draggable marker. Zoom-in to include all markers works bounds.extend(results[0].geometry.location); map.fitBounds(bounds); where results[0].geometry.location ...
2
votes
0answers
1k views

How to set Android Google Maps API v2 map to show whole world map?

I am developing an android application that uses a google map in the background. When I start the application, I want to display a map of the hole word. According to the android google maps API v2: ...
0
votes
0answers
90 views

Gmap3 zoom doesn't change

I just update my gmap3 library to the last version and now I have this problem. The marker is placed correctly but the zoom value is ignored. I see the entire world map, not just the location where ...
0
votes
2answers
162 views

How to set zoom multiple times with Google Maps API v3?

I have a Google map like so: var map_options = { mapTypeId: google.maps.MapTypeId.ROADMAP, streetViewControl: false }; var map = new google.maps.Map(mapDiv, map_options); I perform ...
1
vote
1answer
80 views

How to set screen zoom by geopoints?

I drew a line between 2 geopoints. How do I set screen zoom by these 2 geopoints. What I want to do is to show start and finish points by default. Is there any algorithm for that?
1
vote
0answers
108 views

Do not fire 'zoom_changed' event when fitbounds() is in used

In my init i have some thing like this google.maps.event.addListener(gmap, 'zoom_changed', function(){ GMapPlot.getSwNe(window.gmap.getBounds()); //GMapPlot.rePlotMap(presentPlaceType); }); ...
0
votes
1answer
271 views

Implementation of ZoomtoSpan Android

Is there any way to implement zoomToSpan functionality in custom Maps in Android which is not Google Map. ? Say I have a class M which extends surfaceView (I'm loading my custom map on the ...
0
votes
0answers
51 views

Execute method after zooming, when map was loaded

I need to launch a method when a map was loaded, after zooming by zoom-button AND/OR by multi-touch zoom.
1
vote
2answers
493 views

Android Map Overlay Disappears on Zoom

I'm having a headache with Android's Google Maps API... I draw some overlays on the map and it's all fine, it updates regularly and handles gestures well, no problem... However, when I zoom in to ...
1
vote
2answers
513 views

google maps v3 zoom to fit all markers(path) function

I've put together a little snippet on js fiddle so you can see what I am working with. Basically I am trying to hook up a "Zoom" button so that once a path is created you can click the zoom button ...
1
vote
0answers
103 views

Google maps api 3 zoom loads mobile buttons in Chrome on Win8 VM, not regular zoom bar

In a Win8 VM Firefox loads the normal zoom bar, but Chrome does not. Chrome loads the mobile '+' '-' buttons in the lower left portion of the map. The light blue buttons (not allowed to post pics, ...
0
votes
1answer
443 views

Google Maps API zoom after setcenter

I have attempted to use Google Maps to add locations to events that the user can create. As such there is an "add location" checkbox that has onclick="initialize()", the map and a search box then ...
1
vote
1answer
616 views

Google Maps Zoom Show All Markers

Right now I have an array of locations and one of those locations will be a marker. The second marker will be based on the location a user searches. Right now the code is this: function ...
0
votes
2answers
176 views

Set proper zoom level on google maps

in my web app I've got a google map used to display some locations on it. Each of these locations is stored in a db and shown on the map. I need to set the map zoom level so that all the markers are ...
0
votes
1answer
213 views

Hide or show overlays when zoom out/in

Is it possible that for zoom level map-view shows overlays. For example when zoom level is 16 show selected overlays and so on?
0
votes
1answer
114 views

How to catch a map panning | zooming finished event with Android SDK?

I am looking for a way to receive events when a map finished panning or zooming or panning and zooming. Those events are not fired, afaik, from MapActivity in the SDK for Android 2.3.3 which I use. I ...
0
votes
1answer
542 views

Google Map Zoom To Fit

I have developed a map that uses a geo-coordinate from a database using a cluster marker example. I have tried to make it zoom automaticly by using LatLngBounds(); <script ...
7
votes
1answer
903 views

Google Maps Doesn't Show Zoom Controls

I am using gmaps.js plugin http://hpneo.github.com/gmaps/ The Sliding Zoom Control and the InfoWindow don't show up and have some issues when they display. Link: ...
3
votes
1answer
125 views

KMZ points displaying in inaccurate positions at small scale in Google Maps

I am having issues displaying points from KMZ files accurately at small scales when the map is zoomed out (e.g. zoom: 5). Some of the points from the Farmers Markets KMZ layer for example start out ...
0
votes
0answers
67 views

Map doesnt load when zoom changed, and PNG doesnt appear when using Chrome (for the last two day) and without changes to the script

For the last two days I have been having issues with my Gmaps App with Google Chrome and Safari. It works with Firefox and Opera. It worked before and I haven't changed anything in my scripts or ...
1
vote
1answer
237 views

Where should I put zoomIn in my MapActivity?

I'm writing an Android app, and I'd like to zoomIn as soon as the map has been loaded. I get the following error: java.lang.IllegalArgumentException: width and height must be > 0 This ...
0
votes
1answer
461 views

What is the width of a pixel in Google Maps for given zoom level and view?

I would like to know the height and width of a given pixel given the zoom level of a Google Map. I can see that different zoom levels affect the scale: http://maps.google.com/maps?q=10.0,0.0&z=2 ...
1
vote
1answer
608 views

Control Google Map zoom level with a hyperlink

I've been trawling through Google for most of today trying to figure this out - my javascript skills are pretty basic, so apologies if this can be easily sorted. I'm using Google Maps API v3 What I'm ...
2
votes
2answers
1k views

How to calculate appropriate google maps zoom level

I have a tricky question...I am using the google maps static API to create an image of a map with markers on it. What I am struggling to do is calculate the appropriate zoom level, given the ...
0
votes
2answers
264 views

Google Maps API Java Default Zoom

Im just wondering how to set a default zoom on my google maps application in java. I know in Javascript the call is to get the bounds and set the zoom to that, but is there any method of setting a ...
0
votes
1answer
140 views

Mapview zoom level changes when going to other activity?

In one of my first activity i had a small portion of mapview and i did it. when clicking on the mapview it sholud load another activity which contains the full mapview. (Second activity).i second ...
0
votes
1answer
235 views

How to: Driving Directions, Zoom in on a part when first loaded, with Google Maps?

i have a simple google map, showing the driving directions from NY to LA, but when it loads on a page i would like to have it zoom in on a part of the route, not zoomed out totally to show the entire ...
0
votes
1answer
400 views

Google Maps - Click and Zoom from a sidebar

Hi hope someone can advise. I've been tasked with creating a map of various buildings and services. The map in question does work with categorisation coming via an XML feed and populating a floating ...
1
vote
0answers
174 views

How to get the zoom level on maps.google.com using JavaScript?

I'm using bookmarklets to compare maps from different providers. I would like to get the zoom level from the current map showing on the maps.google.com site. This is the only working solution I've ...
0
votes
2answers
962 views

google map - Zoom and Centering not working

I am sure it is something very simple and a silly mistake on my end but for the life of me I can not get my zoom or set center to work. Please can someone point out my mistake. I have read and tried ...
1
vote
2answers
473 views

map zoom in/out to include all the pins dynamically [closed]

I have a map that displays pins and infowindow for each pin. The zoom level is 9 and at that zoom level, some pins are not displayed. I need to control the zoom level dynamically as to show all the ...
2
votes
0answers
494 views

gmaps4rails zoom on one marker

I'm using gmaps4rails, and I'd like to keep using the auto zoom feature, but in case I only have one marker I'd like to change the zoom, cause the default one is the maximum zoom. Having read the ...
4
votes
2answers
2k views

Change zoom controls in a MapView

I would like to change the predefined style of the zoom controls in my application to appear like the new zoom controls in the google maps application. See below: How can I do it? I have been ...

1 2