Tagged Questions
0
votes
1answer
22 views
Why is google maps' fitBounds so inacurate?
my problem is that fitBounds usually makes objects centered but too small. I expect it should center map on certain object and zoom it in as much as possible. In fact, zoom level could usually be one ...
0
votes
1answer
14 views
Google Maps Directions weird route path
I developed an app that sends GPS points to a server and the server convert those GPS points into a path, which is shown in a map.
Now the server makes a call to Google Maps Directions service and ...
0
votes
0answers
29 views
Displaying dynamic content in Google Maps API (in the map… NOT infoWindow)
Background: Currently, the code I am working with, displays a custom icon and as data it shows an image file(company image/logo). If I click on the icon, the infowindow popus up and I can see the html ...
0
votes
0answers
54 views
Google Maps API V3 Multiple Marker updated automatically when Lat & Long changes
New to Google Maps API. After much research still can't find the complete solution.
Here's my problem.
I wanted to display multiple markers of every vehicules(which connected to the server) i have ...
0
votes
0answers
42 views
Google Maps Directions dragged polyline coordinates reset after extending the route
Hey guys, the function of this code is described below.
there are some predefined functions below i.e getMapOption and others
function initialize(){
var divCalcDis = $('divCalcDis');
var ...
0
votes
1answer
18 views
google maps API v3 events
I have the following situation:
A polyline is added on the map and when the user clicks over it its state changes to editable. Also i have event where if the user clicks the last vertext of the ...
1
vote
1answer
39 views
method getSupportFragmentManager() is undefined
Am trying to display a map but it displays this error,"The method getSupportFragmentMananger()is undefined for the type main" Please Help. thanks. I am using Google maps ap
package com.maps;
import ...
0
votes
3answers
48 views
-1
votes
1answer
41 views
Google Maps API - Nearby Location Search
I'm having a tough time with the Google Maps API. What I'm looking to do is have the google maps lookup my location on page load, then show a list of "X" where X is type of restaurant. So for example ...
0
votes
1answer
85 views
Google Maps API v3: Radius parameter doesn't seem to limit autocomplete results
I'm trying to limit autocomplete results to a city by setting a country through componentRestrictions and a radius through radius, as explained here:
...
0
votes
1answer
90 views
Google Maps API v3: Driving directions over a map which first loads 2 positions
I have a map which displays two locations with markers (and automatically centers between these 2 locations), you can see it live here: http://goo.gl/rRDCE
I'm trying to integrate it with the ...
0
votes
0answers
24 views
Highlight zip code polygon from outside the map
I have prepared a google map, where i am showing number of zip code polygons. When I am clicking on a zip code polygon, a method is fired through ajax to pull out data from server side and display in ...
0
votes
1answer
52 views
Where to add the Weather Layer on this custom map?
I need some help in figuring out where to put any of the weather layer code to a custom Google Map (API v3), any input would be greatly appreciated :)
We have created a custom Google Map, and on it ...
-3
votes
0answers
38 views
How do i get Marker position in google map api 3
How can I get the value of the latitude and longitude of the marker position? I will need to be able to log this value to the JS console.
var GGM;
function initialize() {
GGM = new ...
0
votes
0answers
63 views
java.lang.IllegalAccessError: tried to access field com.google.android.maps.MapView.mMeasuredWidth from class com.google.android.maps.MapView
This problem started from google maps v1 with an error "java.lang.NoClassDefFoundError: android.security.MessageDigest". I have researched alot and find the solution to this problem by overriding the ...
0
votes
1answer
92 views
Google Map v3 - Center a infowindow when opened
I have a Google Map that works fine but I just need to tweak it so that when a marker is clicked and opens up a info window, I'd like that marker (and the map) to center on the screen. This is so that ...
0
votes
0answers
51 views
polygon color changes automatically when zooming map
I have implemented a google map using V3 js API. I am drawing about 500 zip code polygons inside the map. The colouring of the zip code polygons depends upon certain conditions which is working fine. ...
-1
votes
1answer
27 views
KML resources, how should i start [closed]
Having experience on the GMaps javascript API i'm trying to get into the KML stuff.
Is there a bank of KML files like beaches or sites of a specific country - or in general how would you ...
0
votes
1answer
89 views
When using a tethered device to debug, which Google Maps API key do I use?
I know there are a number of questions about using a Google Maps API key, but none of them have been answered since V1 went extinct. I am having trouble loading in the map tiles on my MapView. I am ...
0
votes
3answers
100 views
How do I get a pin on Google Maps using location from a variable? [closed]
I want to place the pins on my Google Maps map with a variable containing the location, when I make one like this, my pin works.
var imageDriver = 'marker.png';
var DriverLatLng = new ...
1
vote
1answer
33 views
map without pins / icons
I am trying to decide if the google maps API is the right tool to use for me.
I have a list of places I'd like to display on a map (a map of Italy)
and I'd like
1) that the map doesnt show any other ...
1
vote
1answer
67 views
highlight building google maps v3
Im trying to highlight specific building within a map using the google maps v3 api. I was wondering if anyone had any idea how to do this. I've been looking through google api documentation and come ...
1
vote
2answers
104 views
Adding 2 google maps with different coordinates on same page
I have been working with a wordpress theme that has the support to just add coordinates in a menu and directly display the map on the contact page. Now I have a new business address that needs to be ...
0
votes
2answers
154 views
Google Maps: Can't add marker
Can't get a marker added, probably something very simple but I'm new to this. Thanks.
<script type="text/javascript" ...
0
votes
1answer
102 views
Google maps api center on marker
I've got the code below, which places 4 maps on a page, and adds a marker for each based on an address. But I need to map to center on the marker.
<script type="text/javascript">
var ...
0
votes
1answer
38 views
Google Maps add layer
I'm starting to develop an application that will have Google Maps.
I studied the help of Google Maps Api and I'm with doubt to add an overlay. The below is the correct way to do it:
Create maps
...
-1
votes
2answers
196 views
Google Map Address from latitude and longitude
I am using google map api i am fetching dynamically latitude and longitude from my database.
I want to show address for each position can any one tell me how can id that.
or can any anyone tell how ...
0
votes
0answers
111 views
get nearby location from coordinates to street address
I am working on a mobile website in which user has the option of getting the nearby locations.Now the I am getting the current location of the user through HTML 5 geolocation api which gives me its ...
-4
votes
1answer
48 views
Google Maps API - Miles Traveled in each State
I want to make a report of how many miles are traveled in each state for a route, you can do this with the new version of the Google Maps API or another you might know, thanks.
1
vote
0answers
55 views
Getting external markers for a new google map
I need to create an instance of a Google map that uses markers from an external Google Map. More specifically I need to grab all the markers from the "source map", run some algorithms and filtering ...
-3
votes
1answer
32 views
Google Maps API not loading on remote host [closed]
I can get google maps api to load a map on my localhost machine, but it will not load on my remote host. I have referers in the API console set to "Any referer allowed". What else should i look for?
...
-2
votes
1answer
78 views
google map API v3 only part of the map appear and other parts appear on resizing window or draging map
I am trying to add custom map to my website and its my first time to use Google maps API V3
The problem is that only part of the map appears inside the map div, and all the remaining parts of the map ...
0
votes
1answer
83 views
Google Geocoder returns the same set of lat/lng for several different addresses. Lat/Lng are the coordinates of the City or Township and not address
I am sending the google.geocoder several addresses, but the values in the results[0].geometry.location are all the same. I believe I have accounted for the asynchronous nature of the call using a ...
-1
votes
1answer
65 views
GMaps displaying markers [duplicate]
I am trying to load markers from MySql database (i used a php file which converted the data giving xml output) but I only see the map. After reading posts on StackOverflow I still don't know how make ...
0
votes
1answer
35 views
Google Map click event outside polygon
I've looked around and realized that I can define a polygon, and have a click event that only happens when a user clicks within the polygon like this:
polygonClick = google.maps.event.addListener( ...
0
votes
3answers
119 views
calculating x and y distances, and not displacement between two places using google maps
I need to use google maps api for calculating the x and y distances between the two places, since google maps uses mercator projection. I don't need the distance between the two places, but instead ...
1
vote
1answer
46 views
Hi, I want to use a google map like the reference in php how can I get this map
I am sending a reference link I want a google map like this one , can any body help me in
this regard. http://www.reclamefolder.nl/kaart
the above site there is a map which multiple pointer and ...
0
votes
2answers
132 views
How to Overlay multiple rectangles
I have a several Lat Long co-ordinate which specify a box around a region
Eg:
LATITUDE 26.664503840000002 29.145674380000003,LONGITUDE -96.27139215 -90.40762858
I was looking at the Google Maps ...
0
votes
1answer
43 views
how to load markers if their location is what is displayed on screen using Google maps api or gmaps.js
i have a bunch of markers that i want to add to a map dynamically.
I am getting this markers from a database as a json object and placing them on the map, when the map loads
The map i have is in a ...
0
votes
2answers
59 views
Alias <-----> does not exist
this is my first time of trying to sign a map and i get this error from my mac terminal saying alias <----->does not exist am trying to get my MD5 from my mac using the key tool. i have google for ...
1
vote
1answer
46 views
Bounds not working, does not even display markers when trying to add bounds
The current code below does not even show markers, but when the bounds are removed, the markers start appearing. I dont know where I am going wrong. All I want to do is zoom the map to include all of ...
0
votes
1answer
66 views
Google Maps Geocoding and append a div in 2 loops geocode
I'm completely lost.
I have my html form, where I can write a city.
When the form is send, a data array is send in a each loop, below is the code :
geocoder = new google.maps.Geocoder();
...
1
vote
1answer
153 views
My google maps polygon boundary and zoom is not working
I have been struggling with using bound with my polygons... it seemed to work when I only had markers
I am a complete beginner to maps so any help would be appreciated!
I know I am putting hard coded ...
0
votes
2answers
213 views
Change google maps marker icon when external link is clicked?
I have a google map with lots of markers on it (gathered from MySQL database). I'm currently using the following code to change a marker's icon when that marker is clicked:
var redbikeicon = ...
0
votes
1answer
206 views
Google Maps - setIcon code makes marker disappear
I'm trying to dynamically change a marker's icon when the marker is clicked. I have multiple markers on the map (gathered through a database query), and this is the code I'm currently using - all ...
0
votes
1answer
47 views
google maps v3 events in qooxdoo mobile
I have a qooxdoo mobile app where I am trying to implement a google map. I have looked at the openlayers example,but it does not suit my needs. The issue I have is that the events attached to google ...
1
vote
1answer
499 views
How do I make a custom close button for google maps api v3 street view?
I'm trying to customize that terribly small close button in google maps api street view mode:
How do I customize the street view close button?
0
votes
0answers
61 views
Google Maps API Check two given address
Can anyone tell me how to identify the two given address are of same city.
For example i am using Google AutoCompleteText API to complete the address by typing.
Now the two different address are ...
0
votes
2answers
262 views
Is it possible to add a Polygon layer to a google map v3 without using fusion tables
The question is pretty descriptive.
I am working on a website that provides locations for filming.
All the data in the site is currently stored in a MySQL database including geocode data for google ...
0
votes
1answer
137 views
How to use Styled Google maps?
I am very new to using Google Maps API and I can't get it to work.
I want a effect like this http://labfiftyfive.com/ about near the bottom they have a map, which is red with a maker. This is the ...



