Google Maps JavaScript API Version 3 lets you embed the functionality of Google Maps into your own website. Version 3 provides greatly improved support for mobile devices. Ask non-programming and licensing questions in the [Maps API Google ...
1
vote
0answers
8 views
KML layer on google map
Hi I have 2 sets of KML files to be added to the google map.But I cant get these 2 sets to simultaneously exists on the map.Individually these sets are working fine.Can anybody guide me?
I set the KML ...
0
votes
1answer
6 views
polygon enable drawing in google maps API v3
Is there a replacement for polyline/polygon enableDrawing() , disableEditing() in google maps API v3?Can some one please share a sample code for the same?
0
votes
0answers
7 views
PhoneGap + Google Maps API v3 with key limited by Referers
Is it possible to build PhoneGap + Google Maps JScript API application that uses an API key with allowed Referers list set to mydomain.com (it's just an example) ?
Wouldn't Google reject such API ...
1
vote
0answers
12 views
Speedup while drawing multiple circles in a google map
I have crated a google map and inside that I am drawing multiple radius circles. The radius circles are drawn onclick of a button from outside the map. When there are 15-20 circles are to be drawn the ...
0
votes
0answers
7 views
display neighbourhood places based on given location
Display markers for local amenities such as swimming pools, schools,parks,restaurants,hospitals etc
Can anyone point me in the right direction on how to display these. Ideally I would like to be able ...
0
votes
1answer
27 views
how to assign value in location array for google map?
I have an array {$address = array(..........);}
I have converted it like
{
foreach ($address as $key => $val){
$points[] = "['{$val}', '{$val}']";
}
$output = join ("," , $points);
...
0
votes
1answer
16 views
Google Map search with MySQL and PHP and xml
I used this article about Maps API with PHP and MySQL for a map with markers: https://developers.google.com/maps/articles/phpsqlajax_v3?hl=nl-NL
What should I change in the code below in order to ...
0
votes
0answers
12 views
Google Maps Engine Portable: Offline Maps API?
I recently saw some information on GME Portable. It sounds like this tool allows not just GME API access, but also regular Maps and Earth API access offline?
I've recently developed the first stage ...
0
votes
1answer
29 views
Postgresql performance and Django
My question is something in general as I am looking for a suggestion on the best way to work with a query on PostgreSQL with the characteristics:
Interval from client side of 5 seconds
More than ...
-1
votes
0answers
35 views
how to add geocode and markers for multiple locations in google map?
Hi I'm fairly new to Google Maps APi.
I have a list of several locations (showing in left side of map).
I need to implement a script that will geocode and plot all the locations with infobox(having ...
0
votes
1answer
21 views
Incorporating JSON from Google Maps API Wizard into existing html
I'm trying to customize the base map for a google fusion table. I'm using the Maps API Style Wizard and have created the map I want, but I'm at a loss as to how to incorporate the JSON code generated ...
-1
votes
1answer
17 views
jQuery ID Selector Not Working in Google Maps [duplicate]
Trying to generate Google Map from pure jQuery way I cant' render map when I use the ID selector as:
var map = new google.maps.Map($("#map_canvas"), mapOptions);
the maps is working when I use the ...
1
vote
1answer
21 views
Changing the opacity of a MapLabel google map utility library
I'm trying to change to opacity of a mapLabel, but turns out there is no opacity attribute in the reference:
http://google-maps-utility-library-v3.googlecode.com/svn/trunk/maplabel/docs/reference.html
...
0
votes
0answers
17 views
Google Maps API v3 business version returns different address suggestions than the public one
I am using Google Maps v3 (Javascript) for the product I am working on. When given an ambiguous address, like so:
4701 Monte, Austin,,22153
the business api version, suggests the following 2 ...
1
vote
2answers
38 views
how can I create a custom google map (of a place that does not exist)
Is it possible for me to create a custom map using Google Maps APIs of an imaginary place?
Are there examples of uses like that?
It would be of a group of islands, part of a story i'm writing...
...