[Google Maps API v3] How to get a key api for google maps?

2012-06-12 Thread Alex Lima
How to get a key api for google maps? Thanks... -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-maps-js-api-v3/-/-0xXVvaKs_oJ. To post to this gro

[Google Maps API v3] Como faço para obter a chave do google maps?

2012-06-12 Thread Alex Lima
Como faço para obter a chave do google maps? Ja procurei no site, e o mesmo não está informando como obter a chave. Obrigado! -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To view this discussion on the web visit https://gro

[Google Maps API v3] localization bug ?

2012-05-03 Thread Alex
hello, i try to have a map in frenh. i put the language parameter to the call of the gogle map js file. but all labels in the map are in english : is it a bug or is it normal. thanks for all , i'm in a hurry. Alex -- You received this message because you are subscribed to the G

Re: [Google Maps API v3] Re: Markers only appear after reloading the page

2012-01-22 Thread alex
Andrew, thanks alot. I did like you said, and it works now. Good to have in mind, that many Javascript objects have event handlers. -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To view this discussion on the web visit http

[Google Maps API v3] Re: Markers only appear after reloading the page

2012-01-22 Thread alex
Here is what is causing it, but don´t know why this happens only when loading from scratch. Each marker gets an custum photo-icon. For that I have to create a google.maps.MarkerImage. To maintain the photo side-ratio, I have to give the MarkerImage the correct width and height. To get them, I c

[Google Maps API v3] Re: Markers only appear after reloading the page

2012-01-21 Thread alex
test -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-maps-js-api-v3/-/mleA_nT2iJ4J. To post to this group, send email to google-maps-js-api-v3@goog

[Google Maps API v3] Re: google map automatically zoom to the maximum level

2012-01-21 Thread alex
Seems the kml file cannot be found. When you take out these two lines, it might work. var islamabad_coverage = new google.maps.KmlLayer('http://115.167.72.194/fut_survey/google_map/pakistan_map.kml' );islamabad_coverage.setMap(map); -- You received this message because you are subscr

[Google Maps API v3] Markers only appear after reloading the page

2012-01-19 Thread alex
in a separate array called m_Markers. This is not a newbie question. I created many pages, with markers being loaded to a map with REST. But this is very strange behavior, and I don´t know how to debug it further. Very much forward looking for help, Alex -- You received this message because

[Google Maps API v3] Re: how is this map created?

2012-01-18 Thread alex
http://econym.org.uk/gmap/example_cartrip.htm -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-maps-js-api-v3/-/BgPJsxlm4sAJ. To post to this group

[Google Maps API v3] Markers do not appear on the map

2012-01-18 Thread alex
When I load friends*removethis*ofplaces.com, from scratch, the markers don´t appear, although they are loaded. When I reload the page, the markers appear. Hint for debugging: the code to load the markers is in the function load_placemarks(), which is inline to the page. -- You received this m

[Google Maps API v3] Where is BrowserIsCompatible()

2011-10-05 Thread alex b
Porting some v2 code which calls GBrowserIsCompatible(). I'm not seeing the v3 equivalent. I wanted to guess it was google.maps.BrowserIsCompatible() but I"m not seeing it. Anyone know where it lives or if it's been deprecated? -- You received this message because you are subscribed to th

[Google Maps API v3] Polylines in StreetView

2011-09-12 Thread Alex
Hi, We use the API to highlight road sections with polylines and we recently migrated from Google Maps V2 to V3. However, I noticed that the polylines that appeared in the StreetView mode in V2 (with the Google Earth plugin) no longer appear in StreetView V3. Does StreetView with the API v3 supp

Re: [Google Maps API v3] How to filter markers by category?Which search api should be used?

2011-08-27 Thread Alex Luya
your fourth question, at the link below: > > > http://code.google.com/apis/maps/documentation/places/ > > 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

[Google Maps API v3] How to filter markers by category?Which search api should be used?

2011-08-27 Thread Alex Luya
1,For ajax search,web search,local search and custom search,what are relationships among them? (Can't believed it,some of them have been marked as deprecated,but no message to indicate what is replacement.) 2,Does custom search replace all others? 3,If I want to filter map markers by categories(for

[Google Maps API v3] Marker Label

2011-08-08 Thread Alex
What is the easiest way to label markers using the javascript api? I don't want to change the marker shape, only the label (instead of the dot). Here is an example: http://10stoptours.com/print.php?tourNo=57&sort=Number -- You received this message because you are subscribed to the Google Gro

[Google Maps API v3] Re: Determine if an InfoWindow is open for a particular marker?

2011-08-02 Thread Alex Franco
click listener for the map variable, so, when you click anywhere (different from the marker of course), call the function close of the infowindow variable. -- Alex Franco On 2 ago, 01:18, Paul wrote: > No, have a 'global' InfoWindow variable so that only one can be open > at a time.

[Google Maps API v3] Re: Link to marker from html sidebar

2011-08-02 Thread Alex Franco
This is an App that i am building, do a search, the links in the sidebar is what you need? 4sqtrip.com -- Alex Franco On 2 ago, 08:46, Carta wrote: > Thank you, Larry! I'll explore and learn the source code and how to > use geoxml3. That's exactly what I wanted. > > Al

[Google Maps API v3] Re: Multiple Geocoding - Places and Markers

2011-06-10 Thread Alex
aps API, but the reference outlines how to > retrieve the > detailshttp://code.google.com/apis/maps/documentation/javascript/reference.h... > with getDetails() > > It doesn't seem to be well documented yet. > > > > > > > > > > > Thanks a lot by advance !

[Google Maps API v3] Re: Multiple Geocoding - Places and Markers

2011-06-09 Thread Alex
have this formatted_address (or equivalent) object at the place of place.name in my infowindow call ? Thanks a lot by advance ! On Jun 9, 12:11 am, Alex wrote: > Yes, i know that. > But is there any solution to display in my infowindow the full > address ? > An object maybe ? > &g

[Google Maps API v3] Re: Multiple Geocoding - Places and Markers

2011-06-08 Thread Alex
ndefined){do what you want} > > On 8 Jun., 15:39, Alex wrote: > > > > > > > > > Ultimate last question. > > I want to display the full adress of each place in the infowindow. > > I tried to use place.formatted_address object, but t

[Google Maps API v3] Re: Multiple Geocoding - Places and Markers

2011-06-08 Thread Alex
place.name+" "+place.formatted_address); infowindow.open(map, this); On Jun 8, 11:58 am, Alex wrote: > Yes, the problem came from the string. > Using the results[0].geometry.location object, it's working well > now :) > > Thanks a lot for your help !! > &

[Google Maps API v3] Re: Multiple Geocoding - Places and Markers

2011-06-08 Thread Alex
Yes, the problem came from the string. Using the results[0].geometry.location object, it's working well now :) Thanks a lot for your help !! Additionnal last question : do you know if there's any radius limit on the place search ? On Jun 7, 11:49 pm, Rossko wrote: > > I updated the code with ch

[Google Maps API v3] Re: Multiple Geocoding - Places and Markers

2011-06-07 Thread Alex
Hello Rossko, Thanks for your answer. I updated the code with changes you requested. Now all the script looks running well, but still no marker on the map. Maybe I made something wrong. Let me know. Thanks a lot ! On Jun 7, 7:23 pm, Rossko wrote: > > I wanna mix the geocode function used to fin

[Google Maps API v3] Re: Multiple Geocoding - Places and Markers

2011-06-07 Thread Alex
e above, i tried to match the "Nike" places (stores for example) in Paris. As you'll see, the map is matching the city well, but not the markers on the places. Thanks for your help, Let me know if you've got any question. Alex On Jun 6, 11:28 pm, "geocode...@g

[Google Maps API v3] Multiple Geocoding - Places and Markers

2011-06-06 Thread Alex
Hello, I'm looking for a solution using Geocoding. I work on an asynchronous maps API (JS V3). The first geocoder is used to center the map on a region selected by the user (via multiple dropdown). Here no problem it's running. The second geocoding function I wanted to push have to push the marke

[Google Maps API v3] Сreation markers on Custom Street View Panorama

2011-06-02 Thread Alex
If you can add a marker on the Custom Street View Panorama , please help me, please send sample code. Add a marker on the standard panorama simple, but for my it is impossible to dot on homemade Custom Street View Panorama -- You received this message because you are subscribed to the Google Grou

Re: [Google Maps API v3] Re: Hiring a freelance programmer for a Google Maps app for iphone.

2011-05-19 Thread alex spyropoulos
Thank you very much Den380 alex On 19 May 2011 11:49, den380 wrote: > hi Alex, > > try oDesk.com, eLance.com or similar resources. > > dennis. > > On May 19, 1:44 pm, Alex Spyropoulos wrote: >> Hi all, >> >>  We have a small game company and we just been

[Google Maps API v3] Hiring a freelance programmer for a Google Maps app for iphone.

2011-05-19 Thread Alex Spyropoulos
ire people with experience with maps, gps and audio to create an app? I know this doesn't look like the right place to post that but thanks in advance for your help. alex -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3"

[Google Maps API v3] Re: Weighted graph of a maps area

2011-05-12 Thread Alex
Ok, thank you. Then I have to work with OpenStreetMap. Alex On 12 Mai, 02:39, Rossko wrote: > > I need routing data (intersections, length of the streets, street types, > > ...). > > Not available.  This is valuable data that in most cases is probably > only licensed t

[Google Maps API v3] Re: Discrepancy between API geolocation and Maps website

2011-05-11 Thread Alex Matulich
is.com/maps/api/place/autocomplete/xml?key=(my API key)&input=Barberian%27s%20Steak%20House&sensor=false ...returned ZERO_RESULTS -Alex -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this gro

[Google Maps API v3] Weighted graph of a maps area

2011-05-11 Thread Alex
Hi, I need a weighted graph of a maps area. Does Goole Maps API offer something like that or does Google Maps API offer raw data to compute the graph? Alex -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to

[Google Maps API v3] Re: Discrepancy between API geolocation and Maps website

2011-05-10 Thread Alex Matulich
bsite puts it in Canada. It clearly knows the latitude and longitude for this place. But I can't seem to duplicate this functionality with the Google APIs. -Alex -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To pos

[Google Maps API v3] Re: Discrepancy between API geolocation and Maps website

2011-05-10 Thread Alex Matulich
On May 10, 1:36 pm, "geocode...@gmail.com" wrote: > On May 10, 1:32 pm, Alex Matulich wrote: > > > > > It appears the domainhttp://gmaps-ws-console.appspot.com/isn't > > > > working right now. > > > > It is working for me. > > >

[Google Maps API v3] Re: Discrepancy between API geolocation and Maps website

2011-05-10 Thread Alex Matulich
> > It appears the domain http://gmaps-ws-console.appspot.com/ isn't > > working right now. > > It is working for me. Nope. Not from here. Do I need to have OAuth set up first, rather than just logging in with my gmail account? -Alex -- You received this message becaus

[Google Maps API v3] Re: Discrepancy between API geolocation and Maps website

2011-05-10 Thread Alex Matulich
> Investigate the Places API. Thanks, I didn't know about that. Oddly, all day I get a timeout error every time I attempt to get to the page to request access to that API. It appears the domain http://gmaps-ws-console.appspot.com/ isn't working right now. -Alex -- You received

[Google Maps API v3] Re: Discrepancy between API geolocation and Maps website

2011-05-10 Thread Alex Matulich
> Investigate the Places API. Thanks, I didn't know about that. Oddly, all day I get a timeout error every time I attempt to get to the page to request access to that API. It appears the domain http://gmaps-ws-console.appspot.com/ isn't working right now. -Alex -- You received

[Google Maps API v3] Discrepancy between API geolocation and Maps website

2011-05-09 Thread Alex Matulich
Using the Google Maps V3 API, I tried geolocating "Barberian's Steak House" and no other address information, like this: http://maps.google.com/maps/api/geocode/json?address=Barberian's%20Steak%20House&sensor=false It returns zero results. However, I do get a result if I visit the Google Maps we

[Google Maps API v3] Error in main.js

2011-03-24 Thread Alex Perez
Hi, I´m getting this error in main.js: The type of an object is incompatible with the expected type of the parameter associated to the object" code: "17 (88 out of range 42) (function(){function ba(a){throw a;}var i=true,j=null,k=false,ca=encodeURIComponent,m=w

Re: [Google Maps API v3] Re: Is it possible to let the user draw curved directions on the map?

2011-03-18 Thread Alex Genadinik
No idea where to even start there :) Any examples or source I can browse to get an idea of how to do this? Thanks, Alex -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group, send email to google-maps

[Google Maps API v3] Re: Is it possible to let the user draw curved directions on the map?

2011-03-18 Thread Alex Genadinik
Thanks, that looks very curved actually. I see in the example they use predefined circle formulas. But in my case I need users to simply enter points and the map to just be smooth. Is it possible to do what I need without predefining the formulas? Thanks, Alex -- You received this message

[Google Maps API v3] Is it possible to let the user draw curved directions on the map?

2011-03-18 Thread Alex Genadinik
good examples of this out there? Thanks, Alex -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group, send email to google-maps-js-api-v3@googlegroups.com. To unsubscribe from this group, send email

[Google Maps API v3] How can I add a simple text to a fixed location on google map?

2011-02-19 Thread Alex
give me a piece of code that can generate those kind of fixed text on specified locations. Thanks 100000 Alex -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group, send email to google-m

Re: [Google Maps API v3] Re: InfoWindow grabs click and jumps with map

2011-01-28 Thread Alex Le Bek
the GM API for real work so do you think I just got lucky with my version of Firefox? cheers, Alex -- You received this message because you are subscribed to the Goo

Re: [Google Maps API v3] Re: InfoWindow grabs click and jumps with map

2011-01-28 Thread Alex Le Bek
>That is what href="#" does. >"#" means top of the page. So it does. Unless you grab the click first. The same thing happens with: infoNode = Node.create('Record this location'); Alex -- You received this message because you are subscribed to the Go

[Google Maps API v3] InfoWindow grabs click and jumps with map

2011-01-28 Thread Alex Le Bek
ut infoNode only fires when it is clicked the second time - the first click only causes the infoWindow, clickInfo, to scroll up a bit along with the map. I am sure this is an event propagation issue but I am not seeing the solution to getting infoNode to fire first time. (btw I am using Chrome v

[Google Maps API v3] Re: Error when moving the map with Internet Explorer

2011-01-25 Thread Alex
- In Internet Explorer -> Internet Options -> Advanced -> Browsing, "Disable script debugging" must be unchecked - I also get the error with Internet Explorer 8 -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this g

[Google Maps API v3] Error when moving the map with Internet Explorer

2011-01-25 Thread Alex
Hi, I'm starting my first project with the Google Maps API. I have copied the "Hello World" sample found here : http://code.google.com/intl/fr-CA/apis/maps/documentation/javascript/tutorial.html To this webpage: http://pastehtml.com/view/1cy34co.html When I go to my webpage with Internet E

[Google Maps API v3] Map doesn't show up within HTML

2011-01-06 Thread Alex Genadinik
hange/adjust so that the div that is supposed to show the map, actually render the map? Thanks, Alex -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group, send email to google-maps-js-api...@googl

[Google Maps API v3] Re: Removing old markers before placing new ones

2010-12-25 Thread Alex Genadinik
Actually I was able to track the markers and save them into an array. My question was more of how to actually take the marker out of the map? I mean - what is the syntax for taking the marker out of the map? I think it must be a 1-liner, but I can't quite find the right example. Thanks,

[Google Maps API v3] Removing old markers before placing new ones

2010-12-25 Thread Alex Genadinik
lease advise me on a good way to remove old markers before placing new ones? My map is here: http://www.hikingsanfrancisco.com/outdoors/map.php And I use these 2 trees for testing: Douglas-Fir and Cypress - they both populate some markers. Thank You, Alex -- You received this message because yo

[Google Maps API v3] Re: Placing Markers from XML

2010-12-24 Thread Alex Genadinik
Hi, No, I wasn't getting that error. What tool are you using to see that error? Actually I removed that line and the marker still doesn't render. Would you be able to tell why? Thanks, Alex -- You received this message because you are subscribed to the Google Groups "Google

[Google Maps API v3] Placing Markers from XML

2010-12-24 Thread Alex Genadinik
/outdoors/map.php (choose Cypress tree for data to get retrieved to place a marker in San Francisco) Would you know why my new markers are not rendering on the map? Thanks, Alex -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" grou

[Google Maps API v3] Re: Placing markers after a database query

2010-12-24 Thread Alex Genadinik
) get called? Thanks, Alex -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group, send email to google-maps-js-api...@googlegroups.com. To unsubscribe from this group, send email to google-maps-js-

[Google Maps API v3] Re: Placing markers after a database query

2010-12-24 Thread Alex Genadinik
, so does it mean I have to 1) Create a new XML in my PHP on user's request 2) Reload the entire HTML page so that the load() function gets called and places the new markers from the xml? Thanks, Alex ps - if you could direct me in the right direction for my HTML/JS in

[Google Maps API v3] Re: Placing markers after a database query

2010-12-23 Thread Alex Genadinik
o create and send back the markers in JSON. Any links for that? Thanks you for all the suggestions and help! Best, Alex -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group, send email to google-maps-

[Google Maps API v3] Re: Placing markers after a database query

2010-12-23 Thread Alex Genadinik
> > But I am trying to return markers, so how do I make the map place the > > text returned by the xmlhttp request as markers on the existing map? > > See this article (which Larry already > suggested):http://code.google.com/apis/maps/articles/phpsqlsearch_v3.html > > In the section "Loading XML

[Google Maps API v3] Re: Placing markers after a database query

2010-12-23 Thread Alex Genadinik
urrently contains (the map). But I am trying to return markers, so how do I make the map place the text returned by the xmlhttp request as markers on the existing map? Thanks, Alex -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3"

[Google Maps API v3] Re: Placing markers after a database query

2010-12-23 Thread Alex Genadinik
wrong way, but was not shown the right way. Here is my test page: http://www.hikingsanfrancisco.com/outdoors/map.php How could I change it to display the markers I construct in PHP? Thanks, Alex -- You received this message because you are subscribed to the Google Groups "Google Maps Ja

[Google Maps API v3] Re: Placing markers after a database query

2010-12-23 Thread Alex Genadinik
Ok good, So is there a tutorial for JSON and AJAX to populate markers that you could point me to? So far none of the tutorials have done that I think. -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group, send

[Google Maps API v3] Re: Placing markers after a database query

2010-12-23 Thread Alex Genadinik
rkers - Do I absolutely need AJAX? Thanks, Alex -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group, send email to google-maps-js-api...@googlegroups.com. To unsubscribe from this group, send email to

[Google Maps API v3] Re: Placing markers after a database query

2010-12-23 Thread Alex Genadinik
> What do you believe this statement does? > > document.getElementById("map_canvas").innerHTML=xmlhttp.responseText; > >   -- Larry I thought it would populate the map_canvas div with the new markers. But I am new to AJAX and JSON and the right ways to architect solutions with these technologies.

[Google Maps API v3] Re: Placing markers after a database query

2010-12-23 Thread Alex Genadinik
place the markers? Thanks, Alex -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group, send email to google-maps-js-api...@googlegroups.com. To unsubscribe from this group, send email to google-map

[Google Maps API v3] Re: Placing markers after a database query

2010-12-23 Thread Alex Genadinik
ying to do now, could you please just give me a JSON code example that would work? I am able to get the necessary marker data. I just can't place the markers. Thanks, Alex -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3&quo

[Google Maps API v3] Re: Placing markers after a database query

2010-12-23 Thread Alex Genadinik
Actually the best test is to probably choose a tree from the dropdown. I would choose Cypress because there is data for it in the test database. Just do it from this url: http://www.hikingsanfrancisco.com/outdoors/map.php Thanks again, Alex -- You received this message because you are

[Google Maps API v3] Re: Placing markers after a database query

2010-12-23 Thread Alex Genadinik
Also, I see you testing the server with "Acacia" Use this url to test: http://www.hikingsanfrancisco.com/outdoors/map.php?tree=43 -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group, send email to google-maps

[Google Maps API v3] Re: Placing markers after a database query

2010-12-23 Thread Alex Genadinik
($result)) { // Gets the necessary data (and can make it into markers on the fly, but how) } Any help would be appreciated!! Thanks, Alex -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group,

[Google Maps API v3] Placing markers after a database query

2010-12-22 Thread Alex Genadinik
good practices to go about this. I tried AJAX and to create the JavaScript to place markers in php - no luck. I tried to use POST request to get db data and make it into JavaScript to place markers - no luck. Any help or code snippets or pseudo-code would be greatly appreciated! Thanks, Alex --

[Google Maps API v3] Re: Populating markers through geolocation after processing request

2010-12-21 Thread Alex Genadinik
Thank you - that snippet totally worked! But what do people do if they reach the daily 2500 request limit? Thanks, Alex On Dec 21, 4:12 am, blob wrote: > If you want to store the goecoded data first in a database (which is > more than a good idea because for already gecoded addresses you

[Google Maps API v3] Re: Populating markers through geolocation after processing request

2010-12-21 Thread Alex Genadinik
document.getElementById("zoom_new").innerHTML = 14; } } ); } } but it doesn't seem to work for me. The marker from the passed address never gets displayed if I call this function from initialize() Is there something that needs to get configured to make it work? Thanks, Alex On Dec

[Google Maps API v3] Re: Populating markers through geolocation after processing request

2010-12-20 Thread Alex Genadinik
itude() and map.getLatitude() and then I could just store those values in the database. Is there something very similar that I could do? Thanks, Alex On Dec 20, 6:58 pm, "geocode...@gmail.com" wrote: > On Dec 20, 9:45 pm, Alex Genadinik wrote: > > > Hi, > > > I am

[Google Maps API v3] Populating markers through geolocation after processing request

2010-12-20 Thread Alex Genadinik
am a little inexperienced with JSON and AJAX which is adding to my difficulties. Thank you! - Alex -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group, send email to google-maps-js-api...@googlegrou

[Google Maps API v3] Re: Map rendering incomplete inside modal window

2010-07-30 Thread Alex (Axle) Van Leyen
ead that, and voila! It works ! > > > Problem: > > Since the map loads before the modal gets a defined size, it renders > > size as zero. > > Solution thanks to Rossko and Alex: > > Here's what I did... > > > > onClick="initialize()"&

[Google Maps API v3] Re: Map rendering incomplete inside modal window

2010-07-30 Thread Alex (Axle) Van Leyen
I encountered something like this a while back, where I had two different maps on different tabs. I worked my way around this by recreating the map when I opened the tab. When I left the tab, I just crumpled it up and tossed it into the proverbial recycle bin. This would be your best bet: In the f

[Google Maps API v3] Re: Setting a custom icon causes the info window to be partially off of the viewing area

2010-07-14 Thread Alex R.
Now that I set the icon size, the infowindow doesn't open. On Jul 14, 12:35 pm, "geocode...@gmail.com" wrote: > On Jul 14, 9:57 am, "Alex R." wrote: > > > Pretty much what the subject says.  It's easiest to just see it > > >http://www.launchp

[Google Maps API v3] Re: Setting a custom icon causes the info window to be partially off of the viewing area

2010-07-14 Thread Alex R.
size object. > > Also: > marker.iconSize = GSize(23,22); > > That's a v2 function and is causing an error on your site. > > Chad Killingsworth > > On Jul 14, 11:35 am, "geocode...@gmail.com" > wrote: > > > > > On Jul 14, 9:57 am, "Alex

[Google Maps API v3] Setting a custom icon causes the info window to be partially off of the viewing area

2010-07-14 Thread Alex R.
Pretty much what the subject says. It's easiest to just see it http://www.launchpad-creatives.com/contact.html Any suggestions on how to fix it? -- 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] Re: setOptions :: disableDefaultUI

2010-07-13 Thread Alex (Axle) Van Leyen
; > On 7月13日, 上午1時19分, "Alex (Axle) Van Leyen" > wrote: > > > > > The silence in this topic only tells me that either no one has an > > answer, or I've missed something. In either case, I'd really > > appreciate an answer to my question - even

[Google Maps API v3] Re: setOptions :: disableDefaultUI

2010-07-12 Thread Alex (Axle) Van Leyen
The silence in this topic only tells me that either no one has an answer, or I've missed something. In either case, I'd really appreciate an answer to my question - even if it's a "nope". On Jul 8, 4:49 pm, "Alex (Axle) Van Leyen" wrote: > http://groups.

[Google Maps API v3] setOptions :: disableDefaultUI

2010-07-08 Thread Alex (Axle) Van Leyen
http://groups.google.com/group/google-maps-js-api-v3/msg/b60f31fa6b76d136?dmode=source In the above link, I noticed that disableDefaultUI was listed in the options that does not work with the setOptions method. I've been digging through the net to see if I could find a solution to the problem I'm

[Google Maps API v3] showMapBlowUp in V3

2010-03-23 Thread Alex
Is there an example or anything where i could see a possible solution or should i start thinking in going back to V2? Thanks, Alex -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group, send email to

[Google Maps API v3] Re: "zoom here" functionality - scope problems

2010-03-09 Thread Alex Fan
t; google.maps.LatLng(); > > On Mar 8, 7:04 am, Alex Fan wrote: > > > Hi everyone. > > Thanks for even reading this thread and helping me. > > > I'm trying to implement the "zoom here" functionality for a project > > I'm doing.  To be spec

[Google Maps API v3] Getting the nearest intersection using reverse geocoding?

2010-03-08 Thread Alex D
ction. My overall goal is that I want to display the addresses on a map, but for privacy reasons for some addresses I just want to show the nearest intersection. Any and all suggestions are greatly appreciated. Thanks, Alex -- You received this message because you are subscribed to the Google G

[Google Maps API v3] "zoom here" functionality - scope problems

2010-03-08 Thread Alex Fan
Hi everyone. Thanks for even reading this thread and helping me. I'm trying to implement the "zoom here" functionality for a project I'm doing. To be specific, I have markers and there is a link on each marker to zoom in on the location of that marker. Right now, Firebug tells me that "position"

[Google Maps API v3] Perspective View

2009-12-11 Thread Alex
Hi! I read about the perspective view on the LatLong blog (http://google- latlong.blogspot.com/2009/12/changing-your-perspective.html) and was saw that this has been implemented in the v2 API. Are there plans to implement such a view in the v3 API? Thanks! Alex -- You received this message