[Google Maps API v3] Sending coordinates to input instead of div?

2011-06-17 Thread Mike Norris
Hi, I found a map demothat does almost exactly what I am hoping for; it allows you to click and drag OR input an address and it populates the lat/lng in a div. The demo is perfect, but I would like to achieve one additi

Re: [Google Maps API v3] Re: Place API results maximum 20 ?

2011-06-17 Thread KwangJin So
I have one more question. Result in 20 I do not have a place to find, what should I do? Being in that place, if the result of the 21st? Also, some large radius where to find the result exceeded 20 when the implement paging, what should I do? On Sat, Jun 18, 2011 at 10:34 AM, Zin wrote: > Ros

[Google Maps API v3] Re: Place API results maximum 20 ?

2011-06-17 Thread Zin
Rossko, JKurtock Thank you for reply. I understood that the results are limited to 20. KwangJin. On Jun 18, 3:44 am, JKurtock wrote: > Perhaps what KwangJin So wants is not a greater number of results, but > "more" results for a certain area.  In that case, you just need to > reduce the bounds

[Google Maps API v3] Re: Closing an InfoWindow opens another new Marker in upright from previous marker??

2011-06-17 Thread vas
Oh, I apologise for the pasted code, will not happen again. Here is the link: http://www.everdict.org/test/ The code in html is copied from google articles. Still the propagating click question remains :( Rossko, thank you very much for responding... On Jun 18, 3:58 am, Rossko wrote: > > But I c

Re: [Google Maps API v3] [Terms of service] Displaying the google map

2011-06-17 Thread Barry Hunter
You would still need to display the map - even if no results. But you can make it a 'feature' - ie, "this is the location we guessed for you, drag the marker to the correct location if wrong" ... the geocoder is not perfect, it gets it wrong from time to time, so showing map allows the user to co

Re: [Google Maps API v3] Drawing polyline error

2011-06-17 Thread Jeremy Geerdes
v3 does not use keys. Jeremy R. Geerdes Generally Cool Guy Des Moines, IA For more information or a project quote: jrgeer...@gmail.com If you're in the Des Moines, IA, area, check out Debra Heights Wesleyan Church! On Jun 17, 2011, at 3:51 PM, Rick M wrote: > Is the presence of an API key requ

Re: [Google Maps API v3] Drawing polyline error

2011-06-17 Thread Rick M
Is the presence of an API key required when trying to reference the 'polyline' class of the Google API? If so, I believe that may be my problem. Also, I run into issues when using my key and trying to debug locally. The key was issued for v2. Do I need to obtain a new key? I realize these q

[Google Maps API v3] Places Autocomplete

2011-06-17 Thread Manuel de la Higuera
Hello everyone: I'm trying, with no luck, to get the same results using the search method than those shown when using the autocomplete feature and I'm not pretty sure if I'm doing the appropiate call. The search object I'm using to query the service is as follows ("t" being the term to search):

Re: [Google Maps API v3] Re: Closing an InfoWindow opens another new Marker in upright from previous marker??

2011-06-17 Thread Sam Doyle
function doNothing() {} Remove braces __ Sam Doyle @sam_doyle On 17 Jun 2011, at 16:27, vas wrote: >function doNothing() {} -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group, send emai

[Google Maps API v3] [Terms of service] Displaying the google map

2011-06-17 Thread MitchB
On a website I am currently developping, there is a form where the user enters his address. I would want to use the google maps api to geocode this address. Then, from the latitude and longitude, I make some distance calculations using my own formula to tell whether the user is near some predet

[Google Maps API v3] Re: Gmap v3 map client used in offline with WMS base map, possible? legal?

2011-06-17 Thread geocode...@gmail.com
On Jun 17, 10:54 am, Rossko wrote: > Nothing has changed in the last two weeks > > > Now, are we allow to extend Gmap client to include WMS base layer? > > Sure, but ... > > > Note this will be behind firewall, intranet only. > > as said before > "Sorry this is not possible. You might want to look

[Google Maps API v3] Re: Seriously - Does this Tutorial "Creating a Store Locator with PHP, MySQL & Google Maps" Really Work ???

2011-06-17 Thread Tejas B
There is another stupid or serious issue. If you use the store locator example as it is, with the map wouldn't show up at all. On Jun 16, 6:20 pm, JKurtock wrote: > When I run the google demo version, I do not get an error, but I do > get the map centered on -180, 0.  This may be what "seriously

[Google Maps API v3] Re: Place API results maximum 20 ?

2011-06-17 Thread JKurtock
Perhaps what KwangJin So wants is not a greater number of results, but "more" results for a certain area. In that case, you just need to reduce the bounds (or location/radius) in the Place Search Request. http://code.google.com/apis/maps/documentation/javascript/places.html#place_search_requests Y

[Google Maps API v3] Re: Closing an InfoWindow opens another new Marker in upright from previous marker??

2011-06-17 Thread Rossko
> But I can not understand why this saveData() function does not > propagate the click event on the map: Who knows. We have absolutely no idea in what context you are calling it, because you totally ignored the suggestion about not posting code and giving a link instead. -- You received this me

[Google Maps API v3] Re: Gmap v3 map client used in offline with WMS base map, possible? legal?

2011-06-17 Thread Rossko
Nothing has changed in the last two weeks > Now, are we allow to extend Gmap client to include WMS base layer? Sure, but ... > Note this will be behind firewall, intranet only. as said before "Sorry this is not possible. You might want to look into other mapping frameworks, that should suit thi

[Google Maps API v3] Adding WMS base map to Google Map client

2011-06-17 Thread j
Hi, I have a project that I need to support WMS base layer to serve our own map. Our existing application written for miliary is currenlty using Google map api. Our military client does have a Premier licence from Google. My question are: 1. Are we legally to do that? (w/ Gmap client and WMS, beh

[Google Maps API v3] Re: Gmap v3 map client used in offline with WMS base map, possible? legal?

2011-06-17 Thread j
Hi All, I have a renewed cituation about this question. My purpose is: add WMS base map layer to Gmap client. Our client is military and they do have a premier license. Now, are we allow to extend Gmap client to include WMS base layer? Note this will be behind firewall, intranet only. And techn

[Google Maps API v3] Re: Closing an InfoWindow opens another new Marker in upright from previous marker??

2011-06-17 Thread vas
But I can not understand why this saveData() function does not propagate the click event on the map: function saveData() { var name = escape(document.getElementById("name").value); var address = escape(document.getElementById("address").value); var type = document.getElementById(

[Google Maps API v3] Re: Closing an InfoWindow opens another new Marker in upright from previous marker??

2011-06-17 Thread vas
Thanks for the reply, actually you are absolutely right, I have just noticed that the new marker appears in place where I click on the "cancel" button. This means that I shall probably somehow have to stop event listening. Trying that at the moment... Cheers, Thanks again for pointing out the direc

[Google Maps API v3] Re: Place API results maximum 20 ?

2011-06-17 Thread Rossko
> Place API is the result of the maximum 20? Yes, that is what the documentation you found says > If the result of 20 a lot more than what can we do? If you want more than twenty results, you will have to use some other service. I don't know of any. -- You received this message because you ar

[Google Maps API v3] Place API results maximum 20 ?

2011-06-17 Thread KwangJin So
Hello, Place API is the result of the maximum 20? If the result of 20 a lot more than what can we do? Below is the information in the Code description. http://code.google.com/apis/maps/documentation/places/index.html#PlaceSearchResponses "results" contains an array of Places, with information a

[Google Maps API v3] Re: markers don't obey to MarkerManager's min_zoom

2011-06-17 Thread Sgara
The other post is the one where I ask how to make markerclusterer and markermanager work together, I'll try to provide a link to that map. On 17 Giu, 14:29, "geocode...@gmail.com" wrote: > On Jun 17, 12:47 am, Sgara wrote: > > > Thank you, i have solved...yes I shouldn't pass the "map" parameter

[Google Maps API v3] Re: Using markerclusterer and markermanager

2011-06-17 Thread geocode...@gmail.com
On Jun 17, 12:00 am, Sgara wrote: > Thanks, but I won't publish this project on the web unfortunately, You have a Premier License then (otherwise you are in violation of the terms of use), and you should have support from Google. > i'm developing on local. > Do you konw if anyone has ever solved

[Google Maps API v3] Re: markers don't obey to MarkerManager's min_zoom

2011-06-17 Thread geocode...@gmail.com
On Jun 17, 12:47 am, Sgara wrote: > Thank you, i have solved...yes I shouldn't pass the "map" parameter in > the costructor. > As i have written in the other post, What other post? > i'm still developing in local So? You are asking for help. Make it easy for those that want to help to do so.

[Google Maps API v3] Re: Using markerclusterer and markermanager

2011-06-17 Thread en4ce
there are methods within marker cluter to remove or add markers, just call the right function in the right spot btw "i dont publish is because this and that" wont get you much help ;) use dropbox and we will take a look On 17 Jun., 09:00, Sgara wrote: > Thanks, but I won't publish this project o

Re: [Google Maps API v3] Re: Problems with Map rendering in IE7

2011-06-17 Thread Jason
Hi Andrew, wow I can't believe that was it, I followed your advice originally but thougt you were only refferring to the width. Thanks very much for your assistance. J -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To view

[Google Maps API v3] Irregular OverlayView positioning

2011-06-17 Thread Reggie Wlodarczyk
How come the red bars in this map: http://www.maastrichtbereikbaar.nl/auto.html are showing at irregular positions? They seem to shift around when zooming as well. The blue P icon markers each contain an OverlayView that shows the number and red inidication bar. Here is the code that draws the

[Google Maps API v3] Irregular overlay positioning when zooming

2011-06-17 Thread Reggie Wlodarczyk
Case: http://www.maastrichtbereikbaar.nl/auto.html This map shows a bunch of parking garage markers that consist of - a marker image: the big blue P icon with the grey arrow beneath it - each marker contains an overlay which contains the number of free spots as text in a div + a red in

Re: [Google Maps API v3] Re: Map based POI web site

2011-06-17 Thread Chris Broadfoot
Try the Webmaster Forum: http://www.google.com/support/forum/p/Webmasters?hl=en I don't know the best way forward here. You'll need something like a sitemap, I guess. -- http://twitter.com/broady On Fri, Jun 17, 2011 at 7:47 PM, sgiddings wrote: > I am rather disappointed to have had no repl

Re: [Google Maps API v3] Re: Problems with Map rendering in IE7

2011-06-17 Thread Andrew Leach
On 17 June 2011 11:12, Jason Cianfrone wrote: > http://jcianfrone.com/testing/index2.html I suggest following my advice. > It never guesses right and needs to be told explicitly. If you use > percentages, then you need to go up the hierarchy (all the way to > ) so IE can tell what "100%" is 100%

Re: [Google Maps API v3] Re: Problems with Map rendering in IE7

2011-06-17 Thread Jason Cianfrone
http://jcianfrone.com/testing/index2.html On Fri, Jun 17, 2011 at 11:12 AM, Jason Cianfrone wrote: > Hi > > have uploaded the map to an online page. > > > Would be very greatful if anyone can help. > > Basically it doesn't load in IE7. > > Thanks > Jason > > > On Mon, Jun 13, 2011 at 2:34 PM, Ro

Re: [Google Maps API v3] Re: Problems with Map rendering in IE7

2011-06-17 Thread Jason Cianfrone
Hi have uploaded the map to an online page. Would be very greatful if anyone can help. Basically it doesn't load in IE7. Thanks Jason On Mon, Jun 13, 2011 at 2:34 PM, Rossko wrote: > > on a live server as its an internal page at my company. > > Then you'll have a Premier licence which comes

[Google Maps API v3] Get streetView options?

2011-06-17 Thread Sammy
Hi all When I create a streeview programatically, I can retrieve properties with map.getStreetView(). Now when the user creates a streetview using the map interface, I can't get the properties using the function below. It seems that the panorama is not creted on my "map_canvas". How can I retrieve

[Google Maps API v3] map.setHeading

2011-06-17 Thread gullet
Hi, I'm wondering about the setHeading()-method and why I can't make it work. I recall having seen somwhere that setHeading is only available for maps where there is tilt-support, but I can't find that information either and if that is the case, I'm wondering why. According to the API Referenc

[Google Maps API v3] Re: Map based POI web site

2011-06-17 Thread sgiddings
I am rather disappointed to have had no reply to this. Should I be addressing this question in another forum ? Is it not in Googles interest to give clear advice for this subject - Google Maps Api <-> Google Indexing ? Perhaps a Google person could reply - Chris ? On Jun 15, 5:39 pm, sgiddings w

[Google Maps API v3] Re: markers don't obey to MarkerManager's min_zoom

2011-06-17 Thread Sgara
Thank you, i have solved...yes I shouldn't pass the "map" parameter in the costructor. As i have written in the other post, i'm still developing in local On 16 Giu, 00:42, "geocode...@gmail.com" wrote: > On Jun 15, 12:36 pm, Sgara wrote: > > > > > > > > > > > I'm having troubles with markermana

[Google Maps API v3] Re: Map Options not working on firefox

2011-06-17 Thread Remi Grumeau
It really sounds like you're running your page with a mobile (iPhone, iPod, iPad, Android, ...) user agent. In this case, Maps is using touch events to slide map. What WebInspector says? Did you try with a previous release? (adding ?v=3.2 in scripts src) R. -- You received this message because

[Google Maps API v3] Re: Using markerclusterer and markermanager

2011-06-17 Thread Sgara
Thanks, but I won't publish this project on the web unfortunately, i'm developing on local. Do you konw if anyone has ever solved this or if is there any workaround? On 16 Giu, 21:41, "geocode...@gmail.com" wrote: > On Jun 16, 10:04 am, Sgara wrote: > > > Hi, i am managing several hundreds of ma