0
votes
1answer
101 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
122 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
1answer
26 views

Load markers dynamically while the page is loading

is it possible to initialise a google map and then load the pins dynamically on it? What I would like is a map where....as soon as the data is available, its marker pops up. I am on a situation where ...
-1
votes
2answers
42 views

Dynamically push elements into an array [Javascript]

var stops = [ { "Geometry": { "Latitude":52.1615470947258, "Longitude":20.80514430999756 } }, //next element of the same sort ] I want to push elements into this array ...
0
votes
0answers
65 views

Iframe Google Maps problems

Im trying to make my site better with adding a google map, but the problem is, i want it to work at my phone aswell so there is a validator for phones which means i need about atleast 60% to make it ...
1
vote
2answers
107 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
1answer
60 views

Launching a map app from a mobile website

I'm looking to allow a user to click on a postcode and launch their native map app. All the solutions I have seen are vendor specific. Is there a "maps" protocol that when invoked will launch the ...
0
votes
1answer
74 views

Google Maps API v3 acceps only “google_map” element ID

I need to show multiple maps on my website, but the API works only if map container has ID "google_map". I cannot use any other IDs. Any ideas? Thanks
2
votes
1answer
167 views

Create a fixed rectangle layer on top of basemap with Leaflet

I have managed to add a layer on top of the base map and it looks like this: I have made this rectangle by direct style modifying with jQuery - width, height and overflow:hidden. I am not sure it's a ...
0
votes
1answer
192 views

Getting coordinates back from Google Maps iframe in HTML webpage

I currently have a Google Maps window (iframe) embedded in my HTML page, I was wondering if it was possible to retrieve the coordinates every time the user clicks on the map. Is this possible? Should ...
0
votes
0answers
58 views

iPad Mobile Safari HTML over Canvas Rendering Bug?

We're building an HTML 5 WebApp for the iPad using the Full-Screen WebApp view, one of our screens uses Google Maps and we're rendering custom controls and markers over it. I'm seeing a strange ...
1
vote
1answer
76 views

Google maps not rendering right, cannot solve this with the answers already given

I'm stuck with a issue regarding maps. I'm using the Joomla component Listbingo, and made a order form with hidden divs and steps. In the second step Google Maps has to show up, but it is not ...
0
votes
1answer
126 views

How to focus google maps on waypoint rather than 'Address' message?

<iframe width="280" height="230" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="https://maps.google.com/maps? ...
0
votes
1answer
141 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 ...
0
votes
1answer
135 views

Google Maps Polygon Incorrectly Rendered

I am trying to draw a semi-circle in google maps using Geodesics Points between 2 latitude and longitudes. I found a place that had exactly what I needed: http://maps.forum.nu/temp/gm_bearing.html ...
1
vote
1answer
57 views

Google Maps API for queries, not rendering

Is there a way to go through the process of creating a google map without all the rendering stuff? I have a project in which I need to do some spacial queries on a map, and I'm using the Maps API for ...
0
votes
1answer
152 views

Google disabled use of Maps API for this Application

I am developing a basic site for a company and there is a map on the contact page. I put in the google API and it was working fine for a few hours. Then all of a sudden an error started to show up ...
0
votes
1answer
52 views

Google Maps Marker Events displaying wrong infromation

I am having trouble with my Google Maps web app, i am trying to add markers to a map and then when the user clicks on that marker, the name of marker appears. I store information about each marker in ...
1
vote
1answer
116 views

Display custom media upon reaching a marker in google maps

I'm building a mobile application using HTML and JavaScript, I'm looking to have either a video, photo, or audio be displayed upon the user reaching a custom marker I have set on the map. The code I ...
0
votes
1answer
115 views

How would I make a real-time map programme showing all people on my site?

I want to use MySQL, jQuery and PHP - possibly either Google maps or my own vector with an overlay. A demo of what I am trying to do: ...
0
votes
1answer
203 views

Open Mobile Device's Maps When user Click Button

I am developing mobile application using phonegap. In my application, I have one button, which is "view location". When the user click on that button, device maps should be open and after the maps ...
0
votes
0answers
32 views

Access mobile device maps using html and javascript

I am developing mobile application using phonegap. In the application, i have one button "view location", which will refers the user to default device maps. My question is: how to access the maps when ...
0
votes
2answers
152 views

Dynamically loading x & y coordinates from text file into html page as pixels for some points locations

I need to get a web page for the map of an area. I am trying to do it with just having the image of the map for that area loaded onto the web page, locate the points just as you can see in my attached ...
0
votes
0answers
77 views

Create Google Maps Autocomplete input box minimum size

I am trying to add a standard input box, but at present it is occupying the whole line across the map , even though CSS sets the width to 800px. How can I make it just like the standard Google one, ie ...
4
votes
3answers
1k views

Display a map and highlight certain countries

Here's what I'm struggling to do : Display a map on page (Google map or any of it competitors, free is possible...) and highlight certain countries on this map (the list of theses countries would be ...
0
votes
1answer
146 views

How to open Plan app with location from webpage link in iOS6?

On iOS <= 5, i only use: <a href="http://maps.google.com/maps?q=48.853873,2.336883">See Paris on "Plan"</a> and safari open the link in plan On iOS6 this link is open in googlemaps ...
0
votes
1answer
83 views

How to handle '#' in url for google maps

I am doing integration of google maps with my website for mobile. Whenever i pass an address to the url which contains '#', it shows the address before the occurance of '#' Example: if the address is ...
-4
votes
1answer
150 views

Google Maps Distance Calculator for car rental [closed]

Good Day I Have a chauffeur company and would like to calculate the distance between Origin and possibly multiple destinations, I would like to use the google maps API system to output the distance ...
0
votes
1answer
226 views

Google apps script html service and loading the Google maps javascript api V3

This javascript code on the page won't show the map. any suggestions? Is it the Caja sanitizer thats blocking the execution? Thankx! Cor <!DOCTYPE html> \\To load the APIs. I have found ...
0
votes
1answer
244 views

Embed Foursquare map on site and mark some places

I need to embed Foursquare map of certain city (with marked places) on site and mark some places by given coordinates. Can you help me? I can't find needed topic on Foursquare Developer.
0
votes
1answer
32 views

How to hyperlink to a location in an embedded map

I am creating a blog and have created a public google map with "my places". This map contains several relevant locations to the blog posts. I would like to include a link in each post to the location ...
1
vote
2answers
628 views

Why doesn't the google maps tutorial work on my pc?

So I've downloaded a sample bit of code from the google developer website to play around with. The bit of code found below is exactly the same as the code found here. When I download the html and try ...
0
votes
1answer
34 views

Some questions about css overflow and paning and zooming

I have done a map with divs and css that you can find a test file from on http://test.rickardp.se/test.html But i trying to get paning and zoom function on it, the best should be that it should work ...
0
votes
0answers
184 views

Google Map Marker from a XML

Using JQuery to get a XML and put markers on google map. Here is the xml, which consists of more countries then this XML <Root> <Row> <Longitude> 45.421588 </Longitude> ...
2
votes
1answer
1k views

HTML/CSS Markers using Google Maps Javascript API v3

Our company just moved from Leaflet.js to the Google Maps API; I've search high and low trying to find a simple way of integrating HTML/CSS Markers/Boxes as overlays into the Google Maps Javascript ...
0
votes
1answer
307 views

Place Google Maps marker based on search

I'm trying to implement a Google Map. Part one is centering the map to a specific address, which works quite nice. My next problem is that I have to place a marker for a store on the map, based on a ...
1
vote
1answer
167 views

Making the Google Map load *after* finding user's location?

I'm parsing XML to get multiple markers directly from the database, so used the Google example for this. I now need to show the user's location on the map (as the centre point). I'm finding either ...
1
vote
1answer
68 views

Web page with Google Maps and Weather Image only works in IE, not in Chrome?

This webpage opens a Google maps and a weather gif image. It works fine in IE, but not in Chrome. Can someone tell me what I should change to make this work in Chrome? *URL removed
0
votes
1answer
197 views

How to set bing traffic maps to show traffic by default?

I'm trying to code up a bing traffic map for my site and everything is fine except for two annoyances that I must be rid of: using arrow keys normally lets me go up/down my webpage, but now it only ...
0
votes
1answer
2k views

PHP Google maps embedding with dynamic locations

Hey there im trying to use google maps iframe to show a map with the direction between 2 locations in my site. The problem with this is that i constantly need to reload the page with different ...
0
votes
2answers
94 views

how to add result from function to another function and display in DIV ID html with java

I want to take the result of variable price below at no.1, and add it (counter) to the function totalprice in counter, and display it in a Div ID in html! no.1] function startLineRd3(price) { ...
4
votes
4answers
2k views

Unwanted border around the image map area

I am using an Image map with a circular area. The problem is I get an unwanted border around the area in IE7. This border doesn't appear in FF and Chrome and also in IE8/IE9. I tried adding ...
0
votes
2answers
578 views

Google Maps API Returning marker position to hidden fields

I am trying to get users to mark their places, I am using this code below to get user's postcode and zoom into their neighbourhood but I couldn't figure out how to get marker coordinates. I have seen ...
0
votes
1answer
519 views

convert svg into html area maps with coords

can anybody help me with problem. How to convert svg into html area maps with coords. I found some site where i must again drow the point and then hi give me html with coords. Anybody know easier way ...
0
votes
1answer
670 views

Create map from PNG like Google Maps

We need to create a map of the small town from raster file. Our client deny usage of known API such as Google Maps, OSM, etc. There is little time before the deadline. What is the quickest way to ...
3
votes
2answers
4k views

Bing! Map How to create an info box popup

I have a pin on my Bing! version 7 map although I'm failing to find out how to create an onclick event to display an info box ! Can anyone point me in the right direction or provide an example? I ...
1
vote
2answers
1k views

jquery image map hover effects

I have created an image map and i want to highlight maps areas on mouse over. To achieve this i wrote following code. JS: <script type="text/javascript"> $(document).ready(function(){ ...
2
votes
5answers
467 views

How to stop Android browser from opening map when html has an address even if there is no anchor

I have addresses in html but without any anchors: 1111 10th Ave., Seattle WA 98112 When tapped in the Android browser, the map is opened. NOT the desired behavior. Preventing default onclick ...
2
votes
1answer
561 views

Browser cache management during local development

While testing in development, how can you disable cache for all your local scripts/styles, and keep the cache working for all the external scripts/styles? Preferably firefox Basically when making ...
2
votes
1answer
5k views

Google Maps API v3: Turning user input coordinates to latlng?

I'm new with Google Maps. I'm trying to turn coordinates a user inputs to move a marker I have on my map to those coordinates. For instance, if the user inputs 50.75, 74.1 the marker will pan to that ...

1 2