google-maps

server side marker clustering in django

hi i am creating a mashup in django and google maps and i am wondering if there is a way of clustering markers on the server side using django/python. ...

javascript global variable question

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"&gt; <html xmlns="http://www.w3.org/1999/xhtml" xmlns:v="urn:schemas-microsoft-com:vml"> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8"/> <title>Google Maps JavaScript API Example: Simple Streetview Examp...

question regarding google maps api

if im loading data for the markers from a database do i write the output queried from the db into a javascript file or is there a cleaner way of doing it? thanks ...

What causes Google Maps javascript exceptions?

I pretty consistently get GMaps API javascript exceptions that look like the following: Ve.k is null or not an object (FF & IE) b.k is null or not an object (FF & IE) a is null (FF) a.$e is undefined (FF) Uncaught TypeError: Cannot read property 'k' of undefined (chrome) Often the exception occurs during an eval of some expression in...

Google Maps API issues with IE8

Hi, it is a quick question that I was hoping someone with a bit more Javascript experience than myself could help me nut out. Basically I am writing a simple HTML form that uses a google map, but to reduce the ammount of clutter on the screen I have removed the google interface and replaced it with some simple submit buttons to change th...

Google Maps image?

Hi all, Is there any way to capture the image of a Google Map? I can't use the static map because I have my own polylines in the map and I want them in the "screenshot". Basically I want a user to navigate the map, add some polylines, and when he clicks Save I'm saving the lines, coordinates, zoom, but I would also like to have an imag...

How does Google do Maps' Street View Cursor "Following"

In Google Maps Street View your cursor turns into a rectangular/oval shape as you mouse over different parts of the scene. For example: http://maps.google.com/?q=loc:+Maryland+Ave+at+e.+26th+st+Baltimore+MD+US&amp;ie=UTF8&amp;z=16&amp;iwloc=A&amp;layer=c&amp;cbll=39.319313,-76.618426&amp;panoid=6W2XgkHoGuf6_SKv0LIL9Q&amp;cbp=12,307.06,,...

Google Maps - server side clustering is still quite slow - do I use mapplets?

Hi guys, I'm still working on my google maps application. However clustering on the server end works but at the same time its quite slow and at times if I'm zooming out too much and playing around with the panning my browser stalls. There is only so much that I can choose to hide using clusters. EDIT I'm thinking of using mapplets in...

Google Maps Problem with Zend Framework

Hi I am having issues inserting a map from google maps and using the send framework. My issue is similar to Question 921811 However when adding the script to my view I am getting the googlemaps api in twice and no map being rendered by the view. This is what I am adding to the view script <?php $this->headScript()->appendFile('http...

Google map + jQuery: rendering bug

When placing a google map inside a jquery-ui tab, the map fails to display properly in certain circumstances. To reproduce: Go here Click the 'list' link Resize the browser window Click the 'map' link Observe that some of the place name overlays draw properly, but others do not. I've actually stripped out all of the jquery-ui stuff t...

Accessing Google Map Listing From GData

Im trying to create a "search nearby" shops on iphone, but i can not find any solution on how to get the data from Gdata Libraries. http://code.google.com/p/gdata-objectivec-client/ They only support the following Google services provides a Google data API, but not google maps?! Google Base Blogger Book Search Calendar Code Search Co...

example on using google map v3+gwt through jsni

any example on using google map v3 with gwt1.6.4 through jsni ? ...

What are the restrictions on MAP use with the iPhone 3.0 SDK?

I am the owner of a project that uses open source maps for an iPhone 2.0 app. My team and I are debating whether to upgrade to the iPhone 3.0 expose Map APIs, but I suspect that Google and Apple have put restrictions in just the wrong places. What barriers are out there? ...

Google geocoding service returns response for fake address

I'm using the google geocoding service to validate that a city name (plus region and country) that has been entered in our system exists, and to get the lat/long. However, I'm finding that it seems to 'guess' if you make a typo, and returns an response even if you made an error. For instance, a request for "Beverton, Ontario, Canada"...

Google maps v3 - Contextual menu available?

Are there any contextual menus available for Google Maps v3? ...

Page Expiration in Java(Wicket)

I'm writing a wicket project for a social network.In my project i have authentication so when a user enter address of the home page he is redirected to login page in this way: public class MyApplication extends WebApplication { private Folder uploadFolder = null; @Override public Class getHomePage() { return UserHo...

Why is Google Maps infoWindow size is different in IE than FF?

I am trying to optimize the usage of the google mas API and have come to an interesting cunundrum. To give greater feed back to the user I am opening the info window using: marker.openInfoWindowHtml(//loader code//) when the user click on the marker. I am loading the infoWindow content via AJAX so after the initial open of the wind...

Jquery, XML and Google Map

Hi, I'm integrating a Google Map in my website that user could add some thumbnails and details of their own house. Here's a code preview of what I want to happen. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"&gt; Jquery and Google Map // ...

Can I change the marker in a Google Maps embedded map (iframe)?

I know I can do it with the Google Maps API, but do you know if there is a way to change the marker in an embedded Google Map? I want to replace the default "A" button for a "B" button (http://is.gd/1JLxk) or the one with just a dot in the middle (http://is.gd/1JLvH). Thanks in advance! ...

Google Maps API infoWindowAnchor not working?

Hello everyone, I am trying to get the infoWindow to display in just the right place on a Google Maps integration I'm working on (just above the top right/top left corner of an image). Whenever I try to adjust the "infoWindowAnchor" it doesn't seem to be working? However, the "iconAnchor" seems to be working as expected. I am wondering ...