active questions tagged google-maps - Stack Overflowmost recent 30 from stackoverflow.com2009-12-16T23:30:02Zhttp://stackoverflow.com/feeds/tag/google-mapshttp://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/1917383/how-do-i-drop-a-pin-with-mapkit1How do I drop a pin with MapKit?erotsppa2009-12-16T20:18:20Z2009-12-16T23:25:19Z
<p>I would like to allow the user of my app to pick a location in the map. The native map has a "drop pin" feature where you can locate something by dropping a pin. How can I do this in MapKit?</p>
http://stackoverflow.com/questions/1918323/google-maps-rendering-markers-and-map-center-differently-in-internet-explorer1Google Maps Rendering markers and map center differently in Internet ExplorerShadi Almosri2009-12-16T22:38:28Z2009-12-16T23:20:10Z
<p>Hiya All,</p>
<p>I have a strange problem with Google Maps showing differently in IE and the rest of the browser world. I'm testing in IE8 and in IE8 Compatibility view, both show the same, but Safari, FF, Chrome all act fine and as expected.</p>
<p>The page i'm working on is this: <a href="http://afid.staging.dante-studios.com/" rel="nofollow">http://afid.staging.dante-studios.com/</a> at the front are two place holders one for Asia and one for Africa. Both seem to centre incorrectly in IE.</p>
<p>Also the markers and info boxes are loaded up from an XML file, it seems that IE isn't loading all of them up either....</p>
<p>I would appreciate if anyone can shed any light on this as i've spent quite a while so far attempting to debug it but i can't actually find anything wrong...</p>
<p>Thanks in advance</p>
http://stackoverflow.com/questions/1917932/is-there-a-google-maps-java-api-where-i-can-enter-a-placename-and-get-the-address1Is there a google maps java api where i can enter a placename and get the address as result? (geocoding)maiky2009-12-16T21:38:44Z2009-12-16T21:42:23Z
<p>Hi </p>
<p>i want through Java to <strong>geocode</strong> a given place or anything similar like "Hungarian National Library, Budapest" or "úri utca, budapest". I want from these to get coordinates (geocoding).</p>
<p>I saw that for similar google applications like google translate there is an api for Java (<a href="http://code.google.com/p/google-api-translate-java/" rel="nofollow">http://code.google.com/p/google-api-translate-java/</a>)</p>
<p>Is there anything for google maps?</p>
<p>Thanks</p>
http://stackoverflow.com/questions/1887039/starndards-of-open-gis-like-openstreetmap-cloudmade0Starndards of open GIS, like openstreetmap, cloudmade?Mickey Shine2009-12-11T10:05:33Z2009-12-16T19:39:38Z
<p>I am not familiar with the GIS (or map), but recently I have to do some work related to this field. I know some map providers: OpenStreetMap, CloudMadeMap, OpenCycleMap, OpenAerialMap...... My questions is: Do those map providers have the same standards? I mean the tile size, zoom levels, scales for each zoom level and so on. </p>
<p>Is there any standard for open GIS? If yes, where can I find them or some one could give me some references or links?</p>
<p>Correct me if I am wrong.</p>
<p>Thank you</p>
http://stackoverflow.com/questions/1915322/flash-loading-my-maps-rss-from-google-maps0flash loading "my maps" rss from google mapsmarlus2009-12-16T15:23:16Z2009-12-16T19:28:46Z
<p>Hello there,</p>
<p>I creating a flash app that loads a RSS of a plublic map with a custom route path and draws lines from the coordinates on a Away3D Sphere.</p>
<p>It works preety well when I'm testing locally, but when I publish online, the app can't load the RSS. I think Google Maps disable access from other domains.</p>
<p>Does anyone knows another way to access this map RSS directly from google? Now to fix this, I'm hosting the RSS.</p>
<p>Thanks in advance</p>
<p>Marlus</p>
http://stackoverflow.com/questions/1912803/route-planning-from-pt-a-to-a-list-of-addresses1Route planning from Pt. A to a list of addressesRoderick2009-12-16T06:56:42Z2009-12-16T19:28:10Z
<p>I wonder if its possible in google maps to plot a the quickest
route from a specific address, Pt A, to a list of destinations
i.e. Pt B, Pt C, Pt D etc. And if that's possible is it available
thru API ? I'll probably need it in the app I'm developing.</p>
<p>Thanks and apologies if this has been asked before !</p>
http://stackoverflow.com/questions/1916930/when-adding-mapview-to-android-application-get-cross-loader-exception0When adding MapView to Android application, get cross-loader exceptionDanail2009-12-16T19:10:30Z2009-12-16T19:25:16Z
<p>Hi,</p>
<p>I have a project in Android and I want to add MapView to it.
I did the following:</p>
<ol>
<li>Downloaded the Google APIs revision 3.</li>
<li>Added the maps.jar library to my project</li>
<li>Added the MapView to an activity</li>
<li>Created new Virtual Device with target the Google APIs (not the normal target Android 1.5)</li>
<li>Started the project</li>
</ol>
<p>When I try to reach the activity with the map view, I get</p>
<blockquote>
<p>....................</p>
<p>12-16 20:57:44.620:
ERROR/AndroidRuntime(792): Caused by:
java.lang.IllegalAccessError:
cross-loader access from pre-verified
class </p>
<p>12-16 20:57:44.620:
ERROR/AndroidRuntime(792): at
dalvik.system.DexFile.defineClass(Native
Method) </p>
<p>12-16 20:57:44.620:
ERROR/AndroidRuntime(792): at
dalvik.system.DexFile.loadClass(DexFile.java:193)</p>
<p>............</p>
</blockquote>
<p>What am I doing wrong?</p>
http://stackoverflow.com/questions/1915481/silverlight-closure-with-google-maps0Silverlight closure with Google MapsR4cOON2009-12-16T15:43:46Z2009-12-16T15:43:46Z
<p>I'm using Silverlight as the client for an application that uses the Google Maps API.</p>
<p>I use the HTML bridge to talk to the JS API and that works quite well. One of my issues was that I couldn't use closures.<br>
In a full JS environment, I would register an event on the map thus:</p>
<p><code>
google.maps.Event.addListener(marker, "click", function() { alert(someClosureVariable); });
</code></p>
<p>and it would work. With the HTML bridge, no such luck. I can't pass in a function reference. I just realised today that I've been completely overlooking some very simple way to do it.
It may be because it wasn't working in SL2 when I first tried it or that I hadn't thought of it.</p>
<p>If there's a method handler on the SL client</p>
<p><code>
[scriptableMember]<br>
public void OnMarkerClick(MyObject closureParam)<br>
{<br>
// do stuff<br>
}
</code></p>
<p>I can just call the event like that:</p>
<p><code>
var googleEvent = (ScriptObject)HtmlPage.Window.Eval("google.maps.Event");
googleEvent.Invoke("addListener", marker, "click", new Action(() => OnMarkerClick(myClosureObject)));
</code></p>
<p>I'm putting this here in case someone spends some time like me trying to get this to work.</p>
<p>If there's any better option, I would be quite happy to hear about it.</p>
http://stackoverflow.com/questions/1480127/is-there-a-way-to-access-the-bing-maps-geocoding-api-via-rest1Is there a way to access the Bing Maps geocoding API via REST?delfuego2009-09-26T00:57:27Z2009-12-16T13:20:16Z
<p>Is there a way to access the Bing Maps API via REST to obtain geocoding information from an address? This is something that's trivial to do with Google and Yahoo; what I'm looking for is functionality like this, from Yahoo:</p>
<p><a href="http://developer.yahoo.com/maps/rest/V1/geocode.html" rel="nofollow">http://developer.yahoo.com/maps/rest/V1/geocode.html</a></p>
<p>(Specifically, see the sample request URL on that page, but also imagine that URL with a simple "location" parameter rather than separate street, city, state, and zip parameters.)</p>
<p>I've found examples of using other parts of the Bing API via REST, but nothing that accesses the Maps API, or specifically, the geocoding functionality.</p>
http://stackoverflow.com/questions/1794719/capture-screenshot-of-website-on-the-client-javascript-or-flash1Capture screenshot of website on the client (Javascript or flash)Vaibhav Garg2009-11-25T04:53:52Z2009-12-16T11:34:13Z
<p>Hi everyone,</p>
<p>Is there some <strong>method to issue a screen capture(browser window content only) from the browser with javascript or a embedded flash object etc so that a full quality image of the page content be saved or printed</strong> or an alternative approach.</p>
<p>I have a web app (asp.net 3.5) with google maps and other ajax operations client side like a custom tile server. I have been trying to implement a way for the user to print good quality captures of the webpage. </p>
<p>I have used the basic Window.Print() but in both IE and FF there many artifacts within the google maps and some items such as the popped up bubble doesnt print. I have experimented with save pdf thru cutepdf and ther quality there is low too. </p>
<p>A screenshot with FireShot addon is perfect and what I want. however that is FF only and I cant ask the clients to install addons/activex controls on their browsers.</p>
<p>Please download this <a href="http://rapidshare.com/files/311849636/Print%5Fexamples.zip.html" rel="nofollow">example zip file(4mb)</a> with:</p>
<ol>
<li>Example screen shot using FireShot
(example of what I want to achieve
thru a html/JS button with in the
page)</li>
<li>Firefox Window.Print() result
(cutepdf used to save as pdf)</li>
<li>IE Window.Print() result (cutepdf
used to save as pdf)</li>
</ol>
<p>note in 2,3 the little bubble is not printed even when open.</p>
<p>Thank you in advance.</p>
<pre><code>http://rapidshare.com/files/311849636/Print_examples.zip.html
</code></pre>
http://stackoverflow.com/questions/1729741/google-maps-display-hide-marker-onclick0Google Maps - display/hide marker onclickNewbie2009-11-13T14:59:41Z2009-12-16T08:55:21Z
<p>Hello!
The Problem:
I got a Google Map.
In my init() Method I set all the Markers to its lon/lat.
Now I want to have some checkboxes on my page.
In my map I have several Markers for Icecream, Playground and Gasstation.
Now, clicking on the checkbox for Playground I want to display all Playground markers. On disabling the Checkbox, I want to hide all the Playground Markers.
The same for the other Markers.
I have created my Checkboxes and written an onclick function for it:</p>
<pre><code>function show_poi_in_map(input_id){
var select_id = input_id;
var var_name = $('#' + select_id).attr('checked')?1:0;
if (var_name == 1) {
alert('checked');
}else{
alert('not checked')
}
</code></pre>
<p>}</p>
<p>But how to go on with it?
I am using jQuery. Maybe this will help.</p>
http://stackoverflow.com/questions/1905604/how-to-dispose-googlemap-object0how to dispose googlemap object?GirishC2009-12-15T06:43:42Z2009-12-15T17:28:28Z
<p>Hi,</p>
<p>I am using the Google Maps Control for ASP.Net. I am adding one point which is current point of bus & polyline of the points from current point to last 10 points on the page load with showing popup on current point by default.</p>
<p>I am using update panel for the the refresh button. There is also one input field which takes number of record to show on polyline from current point. Now I want to reset my googlemapObject on refresh button click event so that in every refresh click completely new set of points, polylines should add and shown on google map.</p>
<p>Is there is any method like dispose to dispose current object of goolemap.
How to resolve this problem?</p>
<p>Regards,
Girish</p>
http://stackoverflow.com/questions/1906788/how-can-i-get-lat-lang-with-geocode0How can I get lat/lang with Geocode?Steven2009-12-15T11:22:37Z2009-12-15T11:29:11Z
<p>I have an address, and now I need to retrieve the Lat / Lang coordinates.<br>
At Google, <a href="http://code.google.com/intl/no/apis/maps/documentation/services.html#Geocoding" rel="nofollow">they only have good examples</a> for V2 and not V3.</p>
<p>I want to do the following:</p>
<pre><code>var myLatLAng = getLatLang(adress);
</code></pre>
<p>How can I modify this code to make that happend?</p>
<pre><code>function showAddress(address) {
geocoder.getLatLng(
address,
function(point) {
if (!point) {
alert(address + " not found");
} else {
map.setCenter(point, 13);
var marker = new GMarker(point);
map.addOverlay(marker);
marker.openInfoWindowHtml(address);
}
}
);
}
</code></pre>
http://stackoverflow.com/questions/1904287/slow-down-my-javascript-how-to-allow-my-code-to-wait-for-transition-to-complete2Slow down my javascript! How to allow my code to wait for transition to complete before executing?Shadi Almosri2009-12-14T23:30:55Z2009-12-14T23:51:53Z
<p>Strange Question i guess but i have this bit of code in my page...</p>
<pre><code>$(".map-overlay-left").click(function () {
$("#map-holder").hide('slow');
var gmarkers = [];
var side_bar_html = "";
var map = new GMap2(document.getElementById('map-holder'));
map.addControl(new GSmallMapControl());
map.addControl(new GMapTypeControl());
var Africa = new GLatLng(-2.767478,23.730469);
map.setCenter(Africa, 4);
$.get("http://xx.xxx.xxxx.xxx/xml-feed-google-maps",{},function(xml) {
$('marker',xml).each(function(i) {
html = $(this).text();
lat = $(this).attr("lat");
lng = $(this).attr("lng");
label = $(this).attr("label");
var point = new GLatLng(lat,lng);
var marker = createMarker(point,label,html);
map.addOverlay(marker);
});
});
$("#map-holder").show('slow');
});
</code></pre>
<p>This works fantasticly and does what i want functionally just not UI wise. It's meant to first do a nice transition to hide the div "map-holder", render the google map inside it, then do a nice transition back to size. The transition is the default JQuery show/hide.</p>
<p>Now the problem i seem to be getting is that the Google Map is being rendered while this <code>$("#map-holder").hide('slow');</code> is still running and you see a glimps of the map before it hides, and then opens up again, which kinda defies the whole effect.</p>
<p>Thus anyone have any idea how i can slow the code down to wait for the hide function to finish before doing the rest? ( ideally i don't want to use something hard coded in like setTimeout). </p>
<p>Thanks in advance!</p>
<p>Shadi</p>
<p><strong>UPDATE 1</strong></p>
<p>I've placing a call back on the hide function but it has a very strange effect on GMap. In Chrome/FF/Safari it then only renders a small segment in the corner of the map when it shows up. and in IE it is completely thrown off and centers on a different location. the GMap seems not to like being rendered in a hidden div.</p>
<p>You can see it here <a href="http://afid.staging.dante-studios.com/" rel="nofollow">http://afid.staging.dante-studios.com/</a> it's on the front (just hit the play button on Asia or Africa to see the weird effect).</p>
<p>Any ideas on how to resolve this?</p>
<p><strong>UPDATE 2</strong>
Attempted to fix the Google Map issue of not rendering correctly in a hidden div with this: </p>
<pre><code>$(".map-overlay-left").click(function () {
$("#map-holder").hide('slow', function(){
var gmarkers = [];
var side_bar_html = "";
var map = new GMap2(document.getElementById('map-holder'));
map.addControl(new GSmallMapControl());
map.addControl(new GMapTypeControl());
var Africa = new GLatLng(-2.767478,23.730469);
map.setCenter(Africa, 4);
$.get("http://afid.staging.dante-studios.com/xml-feed-google-maps",{},function(xml) {
$('marker',xml).each(function(i) {
html = $(this).text();
lat = $(this).attr("lat");
lng = $(this).attr("lng");
label = $(this).attr("label");
var point = new GLatLng(lat,lng);
var marker = createMarker(point,label,html);
map.addOverlay(marker);
});
});
});
$("#map-holder").show('slow');
map.checkResize();
map.setCenter(Africa, 4);
});
</code></pre>
<p>But alas no luck with the <code>map.checkResize();</code> method. Any ideas?</p>
http://stackoverflow.com/questions/1544739/google-maps-api-v3-how-to-remove-all-markers2Google Maps API v3: How to remove all markers?mp_2009-10-09T16:13:53Z2009-12-14T22:23:02Z
<p>In Google Maps API v2, if I wanted to remove all the map markers, I could simply do:</p>
<pre><code>map.clearOverlays();
</code></pre>
<p>How do I do this in Google Maps API <strong>v3</strong>?</p>
<p>Looking at the <a href="http://code.google.com/apis/maps/documentation/v3/reference.html" rel="nofollow">Reference API</a>, it's unclear to me.</p>
http://stackoverflow.com/questions/1902100/calculating-in-which-country-a-coordinate-is1Calculating in which country a coordinate is?dfilkovi2009-12-14T16:56:55Z2009-12-14T18:24:20Z
<p>Is there somewhere a base of polylines for download, I need polylines of european countries and a solution in php for calculating in which country a certain coordinate resides.</p>
<p>I used google maps api for this till now but it's too slow and I make many requests frequently so I need to do this locally.</p>
http://stackoverflow.com/questions/1902064/javascript-setmap-not-working-anymore0JavaScript: set_map not working anymoreGregN2009-12-14T16:50:14Z2009-12-14T16:58:57Z
<p>I was using built-in JavaScript <code>.set_map</code> function as discussed on <a href="http://stackoverflow.com/questions/1544739/google-maps-api-v3-how-to-remove-all-markers">this stackoverflow entry</a> but not, it just stopped working.</p>
<p>I've literally not changed my code in 2 months and now, Firebug is reporting:</p>
<p>Error: *set_map is not a function*</p>
<p>It appears the original poster of the Google Maps plugin is also experiencing the issue on his/her demo site when you click the "clear" button.</p>
<p>www.lootogo.com/googlemapsapi3/markerPlugin.html</p>
<p>Any ideas why the "set_map" function no longer works?</p>
http://stackoverflow.com/questions/1901477/how-to-preload-images-so-theyre-loaded-faster-everywhere-else-on-the-page-and-i1How to preload images so they're loaded faster everywhere else on the page, and is it a good practice?Guillaume Flandre2009-12-14T15:15:18Z2009-12-14T15:33:28Z
<p>Here's the thing: I have a Google Map with a lot of markers in it.</p>
<p>The problem is that the map loads, stays empty for a little while and only then markers are displayed. The markers are customized PNGs.</p>
<p>My idea is to "preload" them (not sure it's the right word) so they appear almost at the same time as the map.</p>
<p>What I did so far is to add the same images I use on my map, outside of the map, earlier in the page in <code>display:none;</code></p>
<p>I'm not sure but it seems like the time between the map and the images are displayed has been reduced.</p>
<p>Is it the best way to do it, and is it a good practice?</p>
http://stackoverflow.com/questions/1888539/need-guidance-on-a-google-map-app-that-have-to-show-250-000-polyline0Need guidance on a Google Map app that have to show 250 000 polyline.lucian.jp2009-12-11T14:48:09Z2009-12-14T05:16:49Z
<p>I am looking for advice for an application I am developing that uses Google Map.</p>
<p><strong>Summary:</strong>
A user has a list of criteria for searching a street segment that fulfills the criteria. The street segments will be colored with 3 colors for showing those below average, average and over average. Then user click on the street segment to see an info window showing the properties of that specific segment hiding those not selected until he close the window and other polyline becomes visible again. This quite look like the Monopoly City Streets game Hasbro made some month ago the difference being I do not use flash, I can’t use Open Street Map because it doesn’t list street segment (if it does the IDs won’t be the same anyway) and I do not have to show Google sketch building over.</p>
<p><strong>Info:</strong>
I have database of street segments with IDs, polyline points and centroid.
The DB have 6 000 000 street segments record in it. To narrow a bit the generated data we focus on city. The largest city we must show have 250 000 street segment. This means 250 000 polyline to show.
Our longest polyline use 9600 characters which is stored in two 8000 varchar columns in SQL 2008.
We need to use the API v3 because it is faster than the API v2 and the application will be ported to iPhone. For now it's an ASP.NET 3.5 with SQl 2008 application.
Performance is a priority.</p>
<p><strong>Problems:</strong>
Most of the demo projects that do this are made with API v2. So besides tutorial on the Google API v3 reference page I have nothing to compare performance or technology use to achieve my goal.
There is no available .NET wrapper for the API v3 yet.
Generating 250 000 polyline create a heavy file which takes time to transfer and parse. (I have found a <a href="http://facstaff.unca.edu/mcmcclur/GoogleMaps/EncodePolyline/fractalLog5Log4.html" rel="nofollow">demo</a> of one polyline of 390 000 points. I think the encoder would be far less efficient with more polylines with less points since there will be less rounding.)
Since streets segments are shown base on criteria, polylines must be dynamically created and cache can't be used.</p>
<p><strong>Some thoughts:</strong></p>
<p><strong><em>KML/KMZ:</em></strong></p>
<p><em>Pros:</em>
Since it is a standard we can easily load Bing maps, Yahoo! maps, Google maps, Google Earth, with the same KML file. The data generation would be the same.</p>
<p><em>Cons:</em>
LineString in KML cannot be encoded polyline like the Google map API can handle. So would probably be bigger and slower to display. Zipping the file at the size it will have will take more processing time and require the client side to uncompress the data and I am not quite sure with 250 000 data how an iPhone would handle this and how a server would handle 40 user at the same time browsing.</p>
<p><strong><em>JS file:</em></strong></p>
<p><em>Pros:</em>
JS file can have <a href="http://code.google.com/apis/maps/documentation/polylinealgorithm.html" rel="nofollow">encoded polyline</a> and would significantly reduce the file to transfer.</p>
<p><em>Cons:</em>
Have to create my own stripped version of API v3 to add overlays, create polyline etc. It is more complex than just create a KML and point to the source.</p>
<p><strong><em>GeoRSS:</em></strong>
This option isn't adapted for my needs I think, but I can be wrong.</p>
<p><strong><em>MapServer:</em></strong>
I saw some post suggesting using MapServer to generate overlays. Not quite sure for the connection with our DB and the performance it would give. Plus it requires a plugin for generating KML. It seems to me that it wouldn't allow me to do better than creating my own KML or JS file. Maintenance would be simpler without.</p>
<p><strong><em>Monopoly City Streets:</em></strong>
The game is now over, but for those who know what I am talking about Monopoly City Streets was showing at max zoom level only the streets that the centroid was inside the Bounds of the window. Moving the map was sending request to the server for the new streets to show. While I think this was ingenious, I have no idea how to implement something similar. The only thing I thought about was to compare if the long was inside the bound of map area X and same with Y. While this could improve performance significantly at high zoom level, this would give nothing when showing a whole city.</p>
<p><strong><em>Clustering:</em></strong>
While cluster is awesome for marker, it seems we cannot cluster polylines. I would have liked something like <a href="http://googlegeodevelopers.blogspot.com/2009/04/markerclusterer-solution-to-too-many.html" rel="nofollow">MarkerClusterer</a> for polylines and be able to cluster by my 3 polyline colors. This will probably stay as a “would have been freaking awesome but forget it”.</p>
<p><strong><em>Arrow:</em></strong>
I will have in a future version to show a direction for the polyline and will have to show an arrow at the centroid. Loading an image or marker will only double my data so creating a custom overlay will probably be my only option. I have found that <a href="http://wtp2.appspot.com/ArrowLine.htm" rel="nofollow">demo</a> for something similar I would like to achieve. Unfortunately, the demo is very slow, but I only wish to show 1 arrow per polyline and not multiple like the demo. This functionality will depend on the format of data since I don't think KML support custom overlays.</p>
<p><strong><em>Criteria:</em></strong>
While the app is done with asp.net 3.5, the port to the iPhone won't use the web to show the app and be limited in screen size for selecting the criteria. This is why I was more orienting on a service or page generating the file based on criteria passed in parameters. The service would than generate the file I need to display the polylines on the map. I could also create an aspx page that does this. The aspx page is more documented than the service way. There should be a reason. </p>
<p><strong>Questions:</strong></p>
<ul>
<li>Should I create a web service to returns the street segments file or create an aspx page that return the file?</li>
<li>Should I create a JS file with encoded polyline or a KML with lon/lat based on the fact that max lon/lat polyline have 9600 character and I have to render max 250 000 polyline. Or should I go with a MapServer that generate the overlay?</li>
<li>Will I be able to display simple arrow on the polyline on the next version.</li>
<li>In case of KML generation is it faster to create the file with XDocument, XmlDocument, XmlWriter and this manually or just serialize the street segment in the stream?</li>
</ul>
<p>This is more a brainstorming stackoverflow question than an actual code problem. Any answer helping narrow the possibilities is as good as someone having all the knowledge to point me out a better choice. </p>
http://stackoverflow.com/questions/814216/ginfowindow-maxcontent-dependent-on-the-currently-selected-tab2GInfoWindow maxContent dependent on the currently selected tabibz2009-05-02T05:34:32Z2009-12-13T04:46:23Z
<p>I'm using Google Maps API to display a map and some markers on it. When the user clicks a marker, I use the openInfoWindowTabsHtml of my GMap2 object to display the little balloon, with tabs. I also pass in a maxContent to openInfoWindowTabsHtml, so the baloon becomes maximizable.</p>
<p>Now my problem is, I would like the maximized content to depend on the currently selected tab (basically my maximized content is an extended version of the "short content" I display in the balloon).</p>
<p>I don't really see a way to do that though. I was thinking to catch the maximizeclick event on the info window, and modify the maxContent, just before it gets maximized. But how to modify the maxContent?</p>
<p>Any ideas?</p>
http://stackoverflow.com/questions/1890231/need-a-mapping-service-like-google-maps-but-for-my-intranet0need a mapping service like google maps - but for my intranetoo2009-12-11T19:09:55Z2009-12-13T03:17:46Z
<p>i have built a solution around google maps api but realized that it doesn't work when i deploy it to my intranet. after reading it seems like you need the premier service for this. Is there any other similar maps api tools that you can use free on your intranet website?</p>
<p><hr></p>
<p><strong>EDIT:</strong> from what i have read it seems like Yahoo allows you to use your free maps on intranets. can anyone confirm that you are doing this.</p>
http://stackoverflow.com/questions/1860207/how-can-i-detect-internet-conection-in-asp-net-mvc-to-use-google-maps2How can I detect internet conection in Asp.Net MVC to use Google Maps?Mariano2009-12-07T14:11:12Z2009-12-11T16:08:36Z
<p>I am developing an Asp.Net MVC application that uses Google maps to show Addresses in a map. The problem is that I need to demo the app in an environment not connected to internet. How can I detect with an script that the app is disconnected not to call the Google maps api functions?</p>
http://stackoverflow.com/questions/1887899/creating-google-maps-website-map-city-to-latitude-and-longitude0creating google maps website - map city to latitude and longitude.oo2009-12-11T12:54:26Z2009-12-11T14:16:33Z
<p>is there a way where i can enter a city name and get the latitude and longitude for that location as i am trying to take a list of cities and dynamically populate a google maps webpage.</p>
<p>I have the idea of the code below but i dont have the Latitude or Longitude points.</p>
<pre><code> foreach (City city in cities)
{
markerString.AppendLine(" var point" + i + " = new GLatLng(" + city .Location.Latitude + "," + city .Location.Longitude + ");");
markerString.AppendLine(" var marker" + i + " = new GMarker(point" + i + ");");
markerString.AppendLine(" marker" + i + ".value = " + i + ";");
}
</code></pre>
http://stackoverflow.com/questions/1879566/drawing-area-at-google-map0Drawing area at Google Map.artmania2009-12-10T08:47:29Z2009-12-11T07:41:07Z
<p>Hi friends,</p>
<p>please see the link : <a href="http://img.skitch.com/20091211-bybjj3qtasrgr1dfaf4c42p39b.jpg" rel="nofollow">http://maps.google.com/maps/ms?ie=UTF8&hl=en&msa=0&msid=114175067062800610411.00047a4d021010b4a2a91&z=12</a></p>
<p>any idea how to do that? drawing an area.</p>
<p>Thanks a lot for helps! appreciate</p>
<p><hr></p>
<h2>[SORTED]</h2>
<p><img src="http://img.skitch.com/20091211-bybjj3qtasrgr1dfaf4c42p39b.jpg" alt="alt text"></p>
http://stackoverflow.com/questions/1882378/how-do-popular-routing-gps-phones-mapping-web-sites-update-their-route-informatio0How do popular routing gps/phones/mapping web sites update their route information?dennisjtaylor2009-12-10T16:55:22Z2009-12-10T17:01:23Z
<p>How do popular routing gps/phones/mapping web sites update their route information?</p>
<p>And do any phones send back data based on the users actual trip to allow the system to update route information?</p>
http://stackoverflow.com/questions/1432280/i-want-to-show-fix-correct-location-in-google-map-by-dynamically-fetching-latitu0I want to show fix correct location in google map by dynamically fetching Latitude & Longitude of address by inserting from text boxamol2009-09-16T10:59:56Z2009-12-10T06:00:02Z
<p>I have been created code for the location specify by user entry through text box(e.g. <a href="http://maps.google.com/local/add/lookup?welcome=false&hl=en-US&gl=US" rel="nofollow">http://maps.google.com/local/add/lookup?welcome=false&hl=en-US&gl=US</a> ) the code is given below.</p>
<p>I'm totally new for this technology plz help me as ur best.</p>
<pre><code><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Untitled Document</title>
<script src="http://maps.google.com/maps?file=api&amp;v=2&amp;key=abcdefg&sensor=true_or_false"
type="text/javascript"></script>
<script type="text/javascript">
function geocoder(){
var place = document.getElementById("textarea").value;
geocoder = new GClientGeocoder();
geocoder.getLatLng(place, function(point) {
if (!point) {
alert(place + " not found");
} else {
var info = "<h3>"+place+"</h3>Latitude: "+point.y+" Longitude:"+point.x;
var map = new GMap2(document.getElementById("map_canvas"));
var x=map.setCenter(new GLatLng(point.y, point.x), 13);
map.setUIToDefault();
var marker = new GMarker(point);
map.addOverlay(marker);
marker.openInfoWindowHtml(x);
}
});}
</script>
</head>
<body>
<table width="347" border="1" align="right">
<tr>
<td width="168">&nbsp;</td>
<td width="163">&nbsp;</td>
</tr>
<tr>
<td height="45"><div align="right">Address : </div></td>
<td><form id="form1" name="form1" method="post" action="">
<label>
<textarea name="textarea" id="textarea"></textarea>
</label>
</form>
</td>
</tr>
<tr>
<td><form id="form2" name="form2" method="post" action="">
<label>
<input name="Button" type="Button" id="Button" value="Submit" onClick="geocoder()" onunload="GUnload()"/>
</label>
</form>
</td>
<td>&nbsp;</td>
</tr>
</table>
<div id="map_canvas" style="width: 500px; height: 300px"></div>
</body>
</html>
</code></pre>
http://stackoverflow.com/questions/1875596/unique-only-one-infowindow-on-gmap1unique/only one infowindow on gmap leo2009-12-09T17:46:16Z2009-12-09T23:23:11Z
<p>Hi there,
I need to open only one infowindow on my google map. I need to close any other infowindow before i open a new one.
Can you some one guide me on this.
Thanks in advance.</p>
http://stackoverflow.com/questions/1873821/google-maps-markers-not-displayed-in-ie72Google Maps markers not displayed in IE7Guillaume Flandre2009-12-09T13:18:08Z2009-12-09T15:46:17Z
<p>I managed to load the map cross-browser but when it comes to populating it with markers, it doesn't work in IE7 (markers are not displayed).
Everything's fine in Firefox.</p>
<p>The locations are stored in XML which is then parsed by javascript and markers are added.</p>
<p>XML structure:</p>
<pre><code><?xml version='1.0' standalone='yes'?>
<stores>
<store>
<lat>47.00565</lat> <!-- Note: fake values here -->
<lng>26.25879</lng>
</store>
</stores>
</code></pre>
<p>jQuery code:</p>
<pre><code>var loadMarkers = function(xml){
var $allstores = $(xml).find("store");
for($i=0; $i<$allstores.length; $i++){
var $store = $allstores.eq($i);
var marker= new GMarker(new GLatLng($store.find("lat").text(),$store.find("lng").text()));
MaCarte.addOverlay(marker);
}
}
</code></pre>
<p>It may be useful to know that there are 300+ stores in the XML file.</p>
<p>Did you ever have such a problem?</p>
<p><strong>UPDATE:</strong></p>
<p>The problem seems to be on the XML parsing.
Indeed if I alert the number of stores returned like this:</p>
<pre><code>alert($allmagasins.length);
</code></pre>
<p>I get "0" on IE and "252" on Firefox.
Is jQuery not correctly parsing XML in IE?</p>
http://stackoverflow.com/questions/1857044/google-maps-mashup-using-c1Google Maps Mashup using C++nmr2009-12-06T23:38:27Z2009-12-09T15:21:23Z
<p>Is it feasible, or advisable, to attempt to make a Google Maps mashup using C++? I would need to be able to display 150 some locations around a county and when people click on the push pin a picture of the location would need to pop up and perhaps a brief description of the landscape there.</p>
<p>C++ is the only language I know as it is all I have studied so far in school. This is not a homework assignment but rather something I thought I could do for work, and for fun.</p>
http://stackoverflow.com/questions/1868535/gmarker-onmouseout-event-fired-too-soon0GMarker onmouseout event fired too soonGuillaume Flandre2009-12-08T17:28:30Z2009-12-09T04:55:28Z
<p>Here's the situation:</p>
<p>On my Google Map, I'm trying to open an html info window whenever the user moves its mouse over a GMarker.
This window should be closed when the pointer is out of the marker.</p>
<pre><code>GEvent.addListener(my_marker, "mouseover", function() {
MaCarte.openInfoWindowHtml(new GLatLng(my_marker.getLatLng().lat()+0.002, my_marker.getLatLng().lng()+0.001),"some text");
});
GEvent.addListener(my_marker, "mouseout", function() {
if((MaCarte.getInfoWindow().getPoint().lat() == my_marker.getLatLng().lat()+0.002)
&& (MaCarte.getInfoWindow().getPoint().lng() == my_marker.getLatLng().lng()+0.001))
MaCarte.closeInfoWindow();
});
</code></pre>
<p>What happens is that the onmouseout event is fired too soon, so the info window opens and closes right after it.</p>
<p>My guess is that the mouse no longer is over the marker but over the info window causing the onmouseout to be fired.</p>
<p>How can I do to let the info window open until my pointer is actually out of the marker?</p>