[Google Maps API v3] Re: Geolocation is way off

2011-01-01 Thread Rossko
There isn't any geolocation in the javascript v3 api All methods of geolocation have some limitations. No further comment is possible, no-one knows what methods or combination of methods you are using. -- You received this message because you are subscribed to the Google Groups "Google Maps Ja

[Google Maps API v3] Re: Can you set a marker to be a link?

2011-01-01 Thread Rossko
> maker the marker jump to a link > directly. Example earlier discussion http://groups.google.com/group/google-maps-js-api-v3/browse_thread/thread/85ba91182b284caa/672a06660851cc45 As pointed out, many users would not expect this behaviour. -- You received this message because you are subscribed

[Google Maps API v3] Re: Can you set a marker to be a link?

2011-01-01 Thread geocode...@gmail.com
On Jan 1, 12:09 pm, Redbreva wrote: > Hi, new to web programming, esp the maps api.  I have managed to get a > working page, with a number of custom markers being shown, without too > much problem but have now got a little bit stuck. > > What I would like to do is either: Display a clickable URL i

[Google Maps API v3] Re: 2010/12/23 - New Release

2011-01-01 Thread Mark Adler
Thanks for your work on this API. Can you add different color markers and markers with letters and numbers, a la the Google Static Maps API? The latter provides simple options for markers such as color:green and label:Q. -- You received this message because you are subscribed to the Google Gr

[Google Maps API v3] Query based on current view

2011-01-01 Thread Greg Doucette
I am building a page (php/mysql) to display job postings on a map. I am querying the db and creating markers for all jobs, and the map's initial position will be based on user input, so as the user moves the map around they can see other points. All is good. The next thing I want to do is di

[Google Maps API v3] Re: newTree.setMap() not removing my marker & Error: this[Ab] is not a function?

2011-01-01 Thread Keith Brown
Sorry, click on the new tree button at the top right of the map. This will drop a marker in the center of the map. clicking on the 'cancel' button or clicking the infoWindows built in 'closeclick' button is calling newTree.setMap(null); This is the last three lines of *function*placeTree()

[Google Maps API v3] Architecture to support custom routing

2011-01-01 Thread Koen M
Hi all! I'm wondering what options there are to elegantly support custom routing in Google Maps. The case is http://www.fietsnet.be; currently based on the flash API, the web app allows to route over specific cycleways in Belgium and the Netherlands. Shortest path finding, directions and polyline

[Google Maps API v3] Geolocation is way off

2011-01-01 Thread Jedg
I am developing on a website that is password protected, so unfortunately, i can't sent the link, but I'm able to get the lat/lon from the geolocation in the javascript v3 api. Unfortunately, it's returns a point really close for me, but not even close for anyone else that I'm associated with. Th

[Google Maps API v3] Google Maps Suggest

2011-01-01 Thread Tee Rinomhota
Hi, I want to implement the Google Maps Suggest functionality in a text box on my website. A user enters an address with the auto complete functionality. I have attached an image of what I mean. All I want is a text box on my ASP.NET web page such that when a user starts typing the address it g

[Google Maps API v3] Can you set a marker to be a link?

2011-01-01 Thread Redbreva
Hi, new to web programming, esp the maps api. I have managed to get a working page, with a number of custom markers being shown, without too much problem but have now got a little bit stuck. What I would like to do is either: Display a clickable URL in the 'pop up' windows for each location, or m

[Google Maps API v3] Re: newTree.setMap() not removing my marker & Error: this[Ab] is not a function?

2011-01-01 Thread geocode...@gmail.com
On Jan 1, 4:28 pm, Keith Brown wrote: > I am dynamically adding a marker to a map (with future plants to save the > marker to db).  Adding is no problem, but if I want to cancel the action > (remove the new marker) there is trouble.  the new marker is assigned var > =newTree.  Calling newTree.setM

[Google Maps API v3] newTree.setMap() not removing my marker & Error: this[Ab] is not a function?

2011-01-01 Thread Keith Brown
I am dynamically adding a marker to a map (with future plants to save the marker to db). Adding is no problem, but if I want to cancel the action (remove the new marker) there is trouble. the new marker is assigned var =newTree. Calling newTree.setMap(null) does nothing, no error in firebug.

[Google Maps API v3] Re: Waypoint after mile - Directions

2011-01-01 Thread Wanea Mo
thank you very much, it's great -- 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-api-v3+

[Google Maps API v3] Re: Markers have categories with multiple values

2011-01-01 Thread geocode...@gmail.com
On Jan 1, 8:34 am, davie wrote: > Hi Josh > To achieve what you want for your catagories you will need to generate > the XML from an SQL data base such as My SQL. > You will need to create a SELECT satement from your checkboxes. That is certainly one way to do it. But there are lots of options.

[Google Maps API v3] Re: Waypoint after mile - Directions

2011-01-01 Thread geocode...@gmail.com
On Jan 1, 6:46 am, Wanea Mo wrote: > It's interesting, but I need somethink different. > I have startpoint and endpoint (this is 2 cities). > And now I need create waypoint on this highlighting way. That "highlighting way" is a polyline, that example puts markers every 2km. > This waypoint is fo

[Google Maps API v3] Re: Need help with list of markers

2011-01-01 Thread geocode...@gmail.com
On Jan 1, 1:49 am, Lukas wrote: > I am trying to create a list linking to the according markers on the > map. You mean a sidebar like this? http://www.geocodezip.com/v3_MW_example_map2.html > Can anybody help? Can you help us to help you? Read and follow the posting guidelines (post a link to y

[Google Maps API v3] Re: Printed map does not include the scale

2011-01-01 Thread Joseph Elfelt
I expect you are right. In Google's zeal to keep non-useful info off the printed map they also prevented the extremely useful 'scale' from being printed. Oopsie. -- 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] Re: Markers have categories with multiple values

2011-01-01 Thread davie
Hi Josh To achieve what you want for your catagories you will need to generate the XML from an SQL data base such as My SQL. You will need to create a SELECT satement from your checkboxes. Regards Davie On Dec 31 2010, 2:23 am, Kirkman14 wrote: > Hi everyone, I'm trying to build a map of trail

[Google Maps API v3] Re: Waypoint after mile - Directions

2011-01-01 Thread Wanea Mo
It's interesting, but I need somethink different. I have startpoint and endpoint (this is 2 cities). And now I need create waypoint on this highlighting way. This waypoint is for example 10 miles from startpoint. Also I need it in API v3. Thanks a lot. -- You received this message because you