Tagged Questions
-2
votes
0answers
21 views
Create google maps with special marker
How i could do the following below with google maps (Using HTML5):
1. Make special marker (created by me)
2. (Most important) Other people could add or delete and see my special marker,
only if they ...
0
votes
1answer
14 views
The distance label is going behind the zipcode polygon in google map
As you can see in the image, i have plotted multiple zipcode polygons. Over the polygon i have selected 2 points and i am calculating the distance. The distance calculation is working fine, but the ...
2
votes
0answers
76 views
Google maps visual refresh text and lines are blurry
Comparing what is on google maps with the version of google maps with the api (with the visual refresh). The text is a bit larger on the API version, it also has this text shadow and a slight blur.
...
0
votes
1answer
46 views
Showing info window outside the google map
I have implemented google map with zip code polygons i.e I am drawing certain zip code polygons over the map using different zip code co-ordinates. Over the zip code polygons I am showing the market ...
0
votes
1answer
35 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
29 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
74 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
76 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
28 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
85 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
62 views
-1
votes
1answer
57 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
121 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
161 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
29 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 ...