google-maps

Are the formatted addresses of a Google location unique?

I want our users of a web site to be able to either search and pick an address or mark a location on a map decide how accurate this address/location is I am in the process of implementing the first part with jquery, jquery ui's autocomplete, google map, and google geocoder. For the second part I will generate a radiobutton list based...

basic javascript question on geolocation and googlemaps

hello all, Im hoping that somebody can help me out on what i feel is an easy answer but I just cant get it to work out. Im trying to trap the geolocation lat and long and place it into the google maps api so far i have var myOptions = { zoom:7, trips:1, mapTypeId: google.maps.MapTypeId.ROADMAP } var map = new goo...

GoogleMaps API MarkerManager and SideBar

I just recently started dabbing into GoogleMaps this week. Anyway, I just recently was able to add MarkerManager to my code and I have it up and running. Now my question comes as this. Is it possible to use the SideBar to do the following? Or any other method of doing the following would help as well. Here is what I need to accompli...

iPad Simulator WebView/Google Maps API Issue

I've only recently updated XCode to 3.2.2 and started to play with the iPad simulator. I am having an issue with a WebView. I am using it to load a url with a Google Maps API implementation. The map loads and displays properly but when I try and click and drag on it to pan the map around instead of the map being panned the whole webview...

Click GEvent.addListener with jquery

Created a google map with GMap2 and put pinpoints on there that open up a balloon with the address when the pinpoint is clicked. I would like users to be able to click text on the page itself and use jquery to open up the corresponding balloon. However I can't figure out the ID to use to call a jquery click event. Basically I've got a ...

function/method in googlemaps api that returns if googlemaps has a digitized city map?

I'm in need of a google maps api function/method that answer if google maps database has a certain city map digitized. Anyone knows if there is any function like that? ...

Google Maps API V3: How to jump to a specific marker from outside the map?

I have a map with two markers on it. The initial view of the map only shows one marker, and I want to provide a link next to the map that will move the map to the 2nd marker when clicked. Here's a demo of what I want, using v2 of the API: http://arts.brighton.ac.uk/contact-university-of-brighton-faculty-of-arts (note the links below t...

How can I make Google Maps icon to always appear in the center of map - when clicked?

For simplicity sake, lets use the XML example on Econym's site. http://econym.org.uk/gmap/example_map3.htm Once clicked, I would like icon balloon to be displayed in the middle of the map. What might I need to add to Mike's code to get this to work? I apologize for asking a lot.. Thanks in advance. <script type="text/javascrip...

How to load a Google Map (GMap2) with the results of a Google Bar (GMap2.enableGoogleBar()) search already shown?

I have a page with a GoogleMap with a GoogleBar and I would like the GoogleBar to appear with something written in it already and to have that search executed. In other words, I would like to "write something to the GoogleBar and press Enter" automatically as soon as the map loads. How can I do this? edit: By GoogleBar, I mean the sear...

Is it reasonable to start using Google Maps for Flash rather than Javascript version?

I am planning to build a web application highly based on Google Maps API. I am considering either using the Javascript version, or the Flash version. I would like to create an interface which will be quite rich. Should I go for JS version of the API or Flash one? Also I do not plan to purchase Flex Builder, so ideally I would like to use...

Connecting C++ backend to Javascript

I was hoping to make a website that displays a google map with points based of information returned by a C++ function. I know you can use Java Server Pages to call java methods on the server with javascript. Would there be a way to connect C++ code on the server with javascript in order to produce the same result as java server pages? ...

What is the correct way to create dynamic javascript in ASP.net MVC2?

I'm creating a Google Maps partial view/user control in my project that is passed a strongly typed list of objects containing latitude and longitude values. Currently, this is the code I have for the partial: <%@ Control Language="C#" Inherits="System.Web.Mvc.ViewUserControl<IEnumerable<Project.Models.Entities.Location>>" %> <!-- Place...

iphone google maps - direction using latitude and longitude

I'm working on iphone app. I know my current location (latitude and longitude) and destination's (latitude and longitude). How can I use "Google maps" to find the directions. URL for google maps is something like "http://maps.google.com/maps?daddr=San+Francisco,+CA&amp;saddr=cupertino" From above URL, inspite of source and destination p...

Getting zip codes from Google Maps

Does the Google Maps API allow me to get all of the zip codes of a city/state? For example can I use it to ask the question what zip codes are in San Francisco? ...

Gooogle Search / Map Api Seperating JS from Html

As my coding revolves only around one function,the function OnLoad() where the map and search is together on this function. However i was tasked to separate the Maps and Search JS and was unable to do so. Is there any tips or tricks to separating them? ...

iphone google maps get latitude and longitude of an address

Is there any URL from google maps, that returns me the latitude and longitude of an address. i want to use these lat and long details in iPhone Map kit to plot some information. ...

Remove Google Ads from Google Maps search

I've Google bar in Google maps in my project, whenever I search something it displays Google ads along. How to remove these Google ads? ...

Simultaneously displaying KML and ArcGIS Server mapservice?

Hello, does anyone know if it is possible to display a KML simultaneously with a ArcGIS Server mapservice on google maps? is there an example somewhere? best Jens ...

JavaScript: How to download JS asynchronously?

On my web site, I'm trying to accomplishes the fastest page load as possible. I've noticed that it appears my JavaScript are not loading asynchronously. Picture linked below. How my web site works is that it needs to load two external JavaScript files: Google Maps v3 JavaScript, and JQuery JavaScript Then, I have inline JavaScrip...

How to force a page refresh or reload in jQuery?

The code below displays a google map and search results when you enter an address and hit the submit button. I've been playing with it to try and force the page to completely refresh or reload once you hit the submit button. But I can't get it to work right. It loads the results "in page," but I'd like the page to completely refresh w...