[Google Maps API v3] Geocoding an address

2017-06-25 Thread Marcelo A. Robin
Hello everyone: I have a simple text field and a button. In the text field the user can enter an address and when I press the button, what I do is geocode the address to get the geographical coordinates. To get them I do the following: http://maps.googleapis.com/maps/api/geocode/json?sensor=fal

[Google Maps API v3] street labels issue

2012-06-21 Thread Marcelo Salga
I need to insert a new street and then labeled it, but with the same direction of the street. Just like in the native maps. Which api's function work wit it? Thanks. -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To view this

[Google Maps API v3] insert a new street and put it the label

2012-06-21 Thread Marcelo Salga
I need to insert a new street on my map and then I must to insert the name of the street in the same direction of it which api does it? -- 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

[Google Maps API v3] Re: Custom marker icons get blurry Retina when using V.3.7

2012-02-09 Thread Marcelo
ow about Apple stuff. -- Marcelo - http://maps.forum.nu -- -- 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, sen

[Google Maps API v3] Re: Custom marker icons get blurry Retina when using V.3.7

2012-02-09 Thread Marcelo
E . was there a question? ...and what is "Retina"? -- Marcelo - http://maps.forum.nu -- On Feb 9, 6:54 am, andkjaer wrote: > Hi, > When adding custom marker icons to the map, they get blurry in version > 3.7 - when showing on Retina. > It work's in vers

[Google Maps API v3] Re: Instantiate google.maps.DirectionsResult

2012-02-09 Thread Marcelo
= []; ... myRoutes.push(tmp_routes[j]); -- Marcelo - http://maps.forum.nu -- On Feb 9, 4:53 am, Morwust wrote: > Hi, > > I want to do a request to google.maps.DirectionsService() with more > than 8 waypoints. Because i can't i do my own javascript function that > separate all t

[Google Maps API v3] Re: remove custom controls

2012-02-08 Thread Marcelo
On Feb 8, 6:15 am, Sarath wrote: > Below is the line of code I am using to remove. > > map.controls[google.maps.ControlPosition.BOTTOM_CENTER].removeAt(1); > map.controls is an MVCArray and removeAt() is a method of MVCArray, so map.controls.removeAt(1); -- Marcelo - http://m

[Google Maps API v3] Re: Missing Data (of Alternate, Mobile and Fax Phone Numbers) in Place Details Response

2012-02-08 Thread Marcelo
add75 http://groups.google.com/group/google-places-api/browse_thread/thread/658a11d1ceb59a0d -- Marcelo - http://maps.forum.nu -- On Feb 7, 11:38 pm, Hamza Kamaleddine wrote: > Greetings, > > I am facing a missing data problem in Google Places API! > > As seen in the example below, the P

[Google Maps API v3] Re: Ongoing Map Problems

2012-02-07 Thread Marcelo
nly on your intranet then you must have a Premier license, which entitles you to direct support from Google. Just contact your Google Premier representative with your questions and they'll be happy to help. -- Marcelo - http://maps.forum.nu -- >I can however > share my code when necessary

[Google Maps API v3] Re: Display destinations 15 minutes away from an origin point

2012-02-07 Thread Marcelo
instead of distance. -- Marcelo - http://maps.forum.nu -- On Feb 7, 1:26 am, Jérémy Hérault wrote: > Hi, > > I would like to know if there is a way to recover all destinations 15 > minutes away from an origin point and display it in Google Maps. (15 > minutes is an example) >

[Google Maps API v3] Re: Using Google maps to calculate a 'Roundtrip'

2012-01-31 Thread Marcelo
If you go out half the distance and then return by backtracking on the same route then you can do something similar to my V2 driving radius example: http://maps.forum.nu/gm_driving_radius.html A round trip with a different return route is slightly more complex, but you get the idea. -- Marcelo

[Google Maps API v3] Re: Snapping polygon edges together?

2012-01-30 Thread Marcelo
ample that does that: http://maps.forum.nu/gm_mouse_dist_to_line.html Click a couple of times to create polylines and then move the mouse around. -- Marcelo - http://maps.forum.nu -- On Jan 30, 2:35 pm, Tommy Crush wrote: > Lets say a user draws a polygon. Great. Easy Stuff. > > Now th

[Google Maps API v3] Re: Polyline intersection

2012-01-29 Thread Marcelo
a sphere: http://geospatialmethods.org/spheres/GCAIntersect.html Either way, a search in Google yields plenty of relevant results. -- Marcelo - http://maps.forum.nu -- On Jan 28, 4:25 am, Marino Gastelurrutia wrote: > Is there any nice way to find the intersection of two segments in the

[Google Maps API v3] Re: Since today performance problem when using own map type

2012-01-26 Thread Marcelo
On Jan 26, 3:40 am, Andrew Leach wrote: > > Might be a good reason not to allow it to update, though, Marcelo :-) Yeps, I think there are many good reasons not to allow automatic updates, (of anything). Android is driving me nuts with "System Update Available" every hour or s

[Google Maps API v3] Re: Since today performance problem when using own map type

2012-01-26 Thread Marcelo
nternet connection). I let it refresh 10 times and there was no problem. -- Marcelo - http://maps.forum.nu -- > > Martin. > > On Jan 25, 4:37 pm, "Enoch Lau (Google Employee)" > > > > > > > > wrote: > > Can you create a demo that

[Google Maps API v3] Re: gMaps v3 - Have InfoWindow visible on map load

2012-01-24 Thread Marcelo
p://code.google.com/apis/maps/documentation/javascript/reference.html#event -- Marcelo - http://maps.forum.nu -- -- 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@goo

[Google Maps API v3] Re: Geocode viewport bias not working

2012-01-24 Thread Marcelo
ult, (results[0]). Loop through the results array and see what else you've got, then you can check each result against the bounds before displaying it. -- Marcelo - http://maps.forum.nu -- On Jan 23, 8:59 am, helen wrote: > Hello all, > I am trying to bias my geocoding results to a spe

[Google Maps API v3] Re: Places autosuggest doesn't work on Android browsers

2012-01-22 Thread Marcelo
Works fine for me in Android 2.2 FRG33 -- Marcelo - http://maps.forum.nu -- On Jan 22, 3:10 pm, Bhargav Desai wrote: > I am trying to setup a mobile site that uses google maps api 3 and places > autosuggest. I have been able to successfully setup autosuggest > functionality using

[Google Maps API v3] Re: How to draw an area for indicating where to go with limited road distance

2012-01-18 Thread Marcelo
Driving Radius (V2) example: http://maps.forum.nu/gm_driving_radius.html -- Marcelo - http://maps.forum.nu -- On Jan 18, 2:49 am, Krhome wrote: > Hi > I try to make an application for an electric car. This car is limited to 50 > kms, and I need to show on a map all the area where thi

[Google Maps API v3] Re: How do I to draw a polygon which defines a boundary to contain all points

2012-01-09 Thread Marcelo
ww.postgis.org/documentation/manual-svn/index.html -- Marcelo - http://maps.forum.nu -- -- 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 uns

[Google Maps API v3] Re: How do I to draw a polygon which defines a boundary to contain all points

2012-01-08 Thread Marcelo
Search for a "convex hull" algorithm. -- Marcelo - http://maps.forum.nu -- On Jan 8, 5:12 pm, Big G wrote: > I have a problem where I have many data points which define sales on a map > for a specific individual and I want to generate a polygon which defines > the boundary

[Google Maps API v3] Re: Blocked

2012-01-07 Thread Marcelo
On Jan 7, 10:02 am, howard wrote: > Is there anyone > I can appeal to? No. And anyway, it is quicker to restart your router, (if you have one), and get a different IP address. -- Marcelo - http://maps.forum.nu -- > > On Jan 7, 5:00 am, Barry Hunter wrote: > > > > &

[Google Maps API v3] Re: Markers on Circle Circumference with Arbitrary Angle

2012-01-07 Thread Marcelo
Check out this V2 example: http://maps.forum.nu/gm_driving_radius.html in particular the function getCirclePoints(). It calculates points along the circle at an interval of x degrees. -- Marcelo - http://maps.forum.nu -- On Jan 7, 1:48 am, Tony wrote: > Hi > I have a circle object and

[Google Maps API v3] Re: addListener not working correctly in IE only

2012-01-05 Thread Marcelo
Your script crashes in IE7, at line 173, because of the extra comma after position: latlng, Due to that crash I cannot test further in my version of IE. -- Marcelo - http://maps.forum.nu -- On Jan 5, 8:45 am, Andrew wrote: > HI I have a measure distance tool where once you endclick

[Google Maps API v3] Re: preview polyline before end click

2012-01-05 Thread Marcelo
alse; var point2 = false; -- Marcelo - http://maps.forum.nu -- -- 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,

[Google Maps API v3] Re: Computing meter per pixel ratio for current zoom level

2012-01-05 Thread Marcelo
the two x coordinates. Finally, divide the mumber meters by the number of pixels to get meters per pixel. But I wonder what you want to use this for. If you want to create something like a measuring tool, you don't need pixels. If you want to create custom tiles you don't need meters.

[Google Maps API v3] Re: Google Maps API Key visable - View Source

2012-01-04 Thread Marcelo
his forum will be able to get it anyway, and so will a lot of other experienced programmers. -- Marcelo - http://maps.forum.nu -- > > On Jan 4, 5:11 am, Rossko wrote: > > > > > > > > > > I am very new to the API - using the javascript apiin an asp.net app

[Google Maps API v3] Re: preview polyline before end click

2012-01-03 Thread Marcelo
the map's mousemove event, and in the listener draw a line from the start point to the current mouse position. Roughly like this: http://maps.forum.nu/v3/gm_line_to_mouse.html -- Marcelo - http://maps.forum.nu -- -- You received this message because you are subscribed to the Google Groups

[Google Maps API v3] Re: Draw Route Extending X Kilometers from Origin

2012-01-03 Thread Marcelo
ius.html Just click somewhere on the map. -- Marcelo - http://maps.forum.nu -- -- 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 unsubscrib

[Google Maps API v3] Re: street view custom panoramas broken?

2012-01-03 Thread Marcelo
gle.maps.Map(document.getElementById('map_canvas'), mapOptions); google.maps.event.addListener(map,'bounds_changed', function(){ panorama = map.getStreetView(); // etc // Rest of the panorama related functions called from here ... }) -- Marcelo - http://maps.forum.nu -- -- Y

[Google Maps API v3] Re: street view custom panoramas broken?

2012-01-03 Thread Marcelo
On Jan 3, 11:51 am, Mark Mercer wrote: > did something in the api change recently (in the last few months) The API changes all the time. >that > would cause my custom panoramas to stop working? How can we know? We cannot see your custom panoramas. Mine are fine. -- Marce

[Google Maps API v3] Re: Adsense format

2012-01-03 Thread Marcelo
livemap/ " You didn't say that you are talking about the AdSense library. The answer to your question is no, you cannot change the format to images with the AdSense library, but you can if you use adSense directly, outside of the Maps API. -- Marcelo - http://maps.forum.nu -- -- You received

[Google Maps API v3] Re: Adsense format

2012-01-03 Thread Marcelo
27;t mention the AdSense library. The answer to your question is no, it is not possible to change the format with this library, but you can use images if you use AdSense directly, outside of the Maps API. -- Marcelo - http://maps.forum.nu -- -- You received this message because you are subscri

[Google Maps API v3] Re: Adsense format

2012-01-03 Thread Marcelo
On Jan 3, 10:37 am, ramandolo wrote: > no one have an answer ? Your question has nothing to do with the Google Maps API. -- Marcelo - http://maps.forum.nu -- -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To

[Google Maps API v3] Re: What am I missing here?

2012-01-01 Thread Marcelo
what am I missing? Any ideas? You're missing a link to a page that demonstrates the problem. -- Marcelo - http://maps.forum.nu -- > > thanks in advance > > > > > Google Maps JavaScript API v3 Example: Marker Simple > > href="http://code.google.co

[Google Maps API v3] Re: Zoom and Lat/Lng Centering not working in API v3

2012-01-01 Thread Marcelo
object-oriented programming concepts. http://code.google.com/apis/maps/documentation/javascript/basics.html#Audience If I try to read your engineering books I might have some complaints too. :-) -- Marcelo - http://maps.forum.nu -- >   var ctaLayer = new google.maps.KmlLayer('http://gmaps-

[Google Maps API v3] Re: yellow pages and google map

2012-01-01 Thread Marcelo
There is google.com, which is a pretty good search engine. What you need to do is to type some terms relevant to what you're looking for and click the "Search" button. Hint: You can also hit the "Enter" key. -- Marcelo - http://maps.forum.nu -- On Jan 1, 4:53 pm, J

[Google Maps API v3] Re: MarkerCluster with data from Postgis and makeMarker

2012-01-01 Thread Marcelo
we might be able to help. > > _ Here is the code I use: > No, thanks. -- Marcelo - http://maps.forum.nu -- > function initialize() { > > /** > * map > */ > var mapOpts = { > mapTypeId: google.maps.MapTypeId.HYBRID, > scaleControl: true, > scro

[Google Maps API v3] Re: Need help to get my first map to render

2012-01-01 Thread Marcelo
am going wrong. And what is the problem? I see a map in Firefox, Chrome and IE. -- Marcelo - http://maps.forum.nu -- > > Please advice, > Vishal -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to t

[Google Maps API v3] Re: Javascript API v3 works fine on desktop browser, not at all on Android browser

2012-01-01 Thread Marcelo
x27;Android') ! = -1 ) { mapdiv.style.width = '100%'; mapdiv.style.height = '100%'; } else { mapdiv.style.width = '600px'; mapdiv.style.height = '800px'; } } sets the height correctly, but only if the user agent is not a phone. So, it is n

[Google Maps API v3] Re: Need some help with markers / iteration!

2011-12-28 Thread Marcelo
t; The code can be found athttp://paste.bradleygill.com/index.php?paste_id=348277 No need for that. We know how to view source. -- Marcelo - http://maps.forum.nu -- > > I am hoping you can see what I'm doing here.  The PHP script is printing > HTML / JavaScript code to the page, whi

[Google Maps API v3] Re: get polyline point index

2011-12-28 Thread Marcelo
Array returned by Polyline.getPath() -- Marcelo - http://maps.forum.nu -- On Dec 28, 9:35 am, Marcelo wrote: > On Dec 28, 3:22 am, massimo bastianon wrote: > > > > > Is there a way to get index of a point inside a polyline? > > A polyline, (for example of a single

[Google Maps API v3] Re: get polyline point index

2011-12-28 Thread Marcelo
/maps.forum.nu/gm_mouse_dist_to_line.html -- Marcelo - http://maps.forum.nu -- > a sample here:http://www.pedemontanadelgrappa.it/fu.html > Move the mouse over the polyline. Alert is on line 130. -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v

[Google Maps API v3] Re: Limiting Google Maps to a specific country

2011-12-28 Thread Marcelo
On Dec 28, 9:22 am, Marcelo wrote: > http://maps/temp/gm_rounded_corners.html OOPSS! Wrong URL. This is the right one: http://maps.forum.nu/temp/gm_rounded_corners.html -- Marcelo - http://maps.forum.nu -- > > ... but it uses GOverlay instead of GGroundOverlay, so it does not >

[Google Maps API v3] Re: Limiting Google Maps to a specific country

2011-12-28 Thread Marcelo
roach could be a GroundOverlay covering the entire world, and with a transparent "hole" in the shape of the country you want to show. This is similar to that approach, (V2): http://maps/temp/gm_rounded_corners.html ... but it uses GOverlay instead of GGroundOverlay, so it does not scale when

[Google Maps API v3] Re: How do I determine if the user is viewing the regular map or street view

2011-12-24 Thread Marcelo
Listen for the event 'visible_changed' on the StreetViewPanorama object and check the status of StreetViewPanorama.getVisible() http://code.google.com/apis/maps/documentation/javascript/reference.html#StreetViewPanorama -- Marcelo - http://maps.forum.nu -- On Dec 24, 12:13 pm, Sout

[Google Maps API v3] Re: _Get method is not dangerous here ?

2011-12-23 Thread Marcelo
On Dec 23, 6:12 am, DaveGivesPHPaShot wrote: > Thanks Rossko. I'll switch to _POST. Robots can do POST as well. :-) The security is determined by how your server script treats the variables received, not by the method used. But that's not a topic for this group. -- M

[Google Maps API v3] Re: Failed to load API V3 using Firefox over HTTPS

2011-12-22 Thread Marcelo
Your test page loads fine for me on Firefox 3.0.1 -- Marcelo - http://maps.forum.nu -- On Dec 22, 8:45 am, "foxrg...@yahoo.com" wrote: > Browser Firefox 9.0 > > - Using > 1. -Hosthttps://maps-api-ssl.google.com/maps/api/js?v=3.7&sensor=false > > Response

[Google Maps API v3] Re: Drawing manager - Snap to road option

2011-12-22 Thread Marcelo
no need to bloat the API code with a feature that only 1/1000 will use. All you need to do is to get directions between that last two points added and the routing engine will automatically return a point that is on the nearest road, which you can then use to modify the position of the marker and/or

[Google Maps API v3] Re: Google calculated Distance differs PostGIS

2011-12-22 Thread Marcelo
216.223944861114 select ST_Distance_Sphere( ST_GeomFromText('POINT(45.5398382001 10.22295620)'), ST_GeomFromText('POINT(45.53945870 10.22567910)') ) Result: 305.606787846591 -- Marcelo - http://maps.forum.nu -- On Dec 22, 3:55 am, Luca Borzani wrote: > The problem is: > >

[Google Maps API v3] Re: Encountering Problems with Listener on polygoncomplete

2011-12-21 Thread Marcelo
ered. http://code.google.com/apis/maps/documentation/javascript/reference.html#Polygon http://code.google.com/apis/maps/documentation/javascript/reference.html#MVCArray -- Marcelo - http://maps.forum.nu -- > as I'm rather new to all this and can't figure > out why this is happening, given th

[Google Maps API v3] Re: sort of caching issue ..

2011-12-20 Thread Marcelo
That's because on maps.google.com they have implemented that effect. It is not part of the API. If you want it to work that way you have to code it yourself, as maps.google.com did. -- Marcelo - http://maps.forum.nu -- On Dec 20, 10:52 am, Matt Green <16vm...@gmail.com> wrote: &

[Google Maps API v3] Re: modifying style to marker's title

2011-12-20 Thread Marcelo
On Dec 20, 9:14 am, K Lo wrote: > is it possible to use CSS to modify the style of title of a marker? See here: "How can I use X to do Y?" http://catb.org/~esr/faqs/smart-questions.html#id479492 -- Marcelo - http://maps.forum.nu -- -- You received this message because you are

[Google Maps API v3] Re: InfoBox - Form fields are not clickable - cannot enter data

2011-12-20 Thread Marcelo
didn't have so many externally linked scripts I'd give it a try locally before posting. :-) -- Marcelo - http://maps.forum.nu -- On Dec 20, 9:51 am, CompuMatter wrote: > Marcello, > > Good eye on that tabbing. I didn't recognize that.  So, only the mouse > events ar

[Google Maps API v3] Re: Rectangle Click event mis-fires on iPad

2011-12-20 Thread Marcelo
Whose error is this? I cannot reproduce this. I never see it fire outside the rectangle. >  I'm guessing an iOS > bug.  Where do I report this? At some Apple site? (I don't have an iPad or any Apple products) -- Marcelo - http://maps.forum.nu -- > > -- Geoff -- You r

[Google Maps API v3] Re: Center map by Textbox (geocode)

2011-12-20 Thread Marcelo
geolocation function is still crashing: Error: AUSA is not defined Source File: http://www.usedausa.com/map3.html Line: 68 ---- -- Marcelo - http://maps.forum.nu -- > You can check at:www.usedausa.com/map.html > >

[Google Maps API v3] Re: Center map by Textbox (geocode)

2011-12-20 Thread Marcelo
e: 90 --- You're going to have to fix that first. -- Marcelo - http://maps.forum.nu -- On Dec 20, 3:20 am, Jaume Hernandez wrote: > Hi there > I'm just going crazy with this. > I wanted that if the user types an address, the map centers to that

[Google Maps API v3] Re: InfoBox - Form fields are not clickable - cannot enter data

2011-12-20 Thread Marcelo
InfoBox is not part of the API so I am not familiar with it, but try adding enableEventPropagation: true in the optoins. Note that you can enter the input fields and type by using the TAB key, so it looks as if mouse events are not propagating up the hierarchy. -- Marcelo - http://maps.forum.nu

[Google Maps API v3] SPAM

2011-12-17 Thread Marcelo
SPAM On Dec 17, 6:12 pm, alpa buddhabhatti wrote: > --- > > alpa buddhabhatti wants to stay in better touch using some of Google's > coolest new > products. > > If you already have Gmail or Google Talk, > visit:http://mail.goo

[Google Maps API v3] Re: question reading MarkerOptions stored in array

2011-12-17 Thread Marcelo
gt; possible. I add properties to API objects all the time. I feel quite confident that Google are not about to come up with a property called google.maps.Polygon.marcelo_index ;-) -- Marcelo - http://maps.forum.nu -- -- You received this message because you are subscribed to the Google Groups &qu

[Google Maps API v3] Re: removeListener not working

2011-12-16 Thread Marcelo
ide that function check a global boolean variable, for example: var drawing = false; // global ... // Inside the click listener if (drawing == true) { // do one thing } else { // do another } -- Marcelo - http://maps.forum.nu -- On Dec 16, 10:35 am, Andrew wrote: > Hi I have a li

[Google Maps API v3] Re: Issues with Markererclusterplus with ie8 12000 markers

2011-12-15 Thread Marcelo
your own data, on your server, has nothing to do with the API or with Google. -- Marcelo - http://maps.forum.nu -- > > On 12/15/11, Marcelo wrote: > > > > > > > > > On Dec 14, 11:33 pm, meenu bhatti wrote: > > >> I cant change the approach as site is al

[Google Maps API v3] Re: Issues with Markererclusterplus with ie8 12000 markers

2011-12-15 Thread Marcelo
p http://maps.forum.nu/server_side_clusterer/index.php but the server script is not free. -- Marcelo - http://maps.forum.nu -- >I tried fusion > tables,but clustering is not possible with that.Earlier there were only > 5000 markers and it was fine. > Please help me .I studied that we

[Google Maps API v3] Re: Event delegation vs Event handling

2011-12-14 Thread Marcelo
On Dec 14, 5:26 pm, Silver wrote: > Hi Marcelo, > Thanks a lot. > Please... check the follow example: I don't parse code in my head as the compiler in my browser is much better at doing that. > > In this case... I'm creating 2,000 markers in the loop, but I don't

[Google Maps API v3] Re: A couple of things with markers titles problem and custom overlay

2011-12-14 Thread Marcelo
= Untested === if (document.getElementById('Checkbox1').checked) { setMarkers(map, ElementarySchools, 'e'); } -- Marcelo - http://maps.forum.nu -- -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScr

[Google Maps API v3] Re: Event delegation vs Event handling

2011-12-14 Thread Marcelo
orming all too well with mouseover or mouseut events, which would have to be triggered by a mousemove event handler on the map. In more general terms, mouseover and mouseout on as many as 3000 objects is nuts! (IMHO) :-) -- Marcelo - http://maps.forum.nu -- On Dec 14, 1:46 pm, Silver wrote: >

[Google Maps API v3] Re: Google road layer on top of my tiles?

2011-12-14 Thread Marcelo
got a BSOD, so I am not going to try it again right now because I have work to do, but let us know if you need more help. -- Marcelo - http://maps.forum.nu -- On Dec 14, 10:13 am, Steve D wrote: > Possible to do this?  Lots of references to overlay's but I'd like an > underlay!  

[Google Maps API v3] Re: Draw regions from points at the map

2011-12-14 Thread Marcelo
index2.php http://maps.forum.nu/server_side_clusterer/index.php or you can subdivide the country into existing political regions, such as states or provinces, and associate each point with one of them. -- Marcelo - http://maps.forum.nu -- On Dec 14, 9:51 am, Carlos Eduardo Rührwiem wrote: > Hell

[Google Maps API v3] Re: A couple of things with markers titles problem and custom overlay

2011-12-14 Thread Marcelo
.google.com/group/google-maps-js-api-v3/browse_thread/thread/1863801601f3f3db -- Marcelo - http://maps.forum.nu -- -- 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-

[Google Maps API v3] Re: mapTypeId is undefined

2011-12-10 Thread Marcelo
ne 23 Your V3 map loads fine for me. The code you dumped, (please don't do that!), is for a different map which uses V2. This group is for V3. The V2 group is here: http://groups.google.com/group/google-maps-api/topics?hl=en -- Marcelo - http://maps.forum.nu -- > > here my code >

[Google Maps API v3] Re: Detect when the streetview pegman has been dropped onto the map

2011-12-10 Thread Marcelo
I should add to the above code: var G = google.maps; // global // Sorry, I can't be bothered typing "google.maps." every time. ;-) -- Marcelo - http://maps.forum.nu -- On Dec 10, 7:17 am, Marcelo wrote: > What is your definition of "the pegman has been dropped onto

[Google Maps API v3] Re: Detect when the streetview pegman has been dropped onto the map

2011-12-10 Thread Marcelo
stPosition) { // This is not the first drop. Do noting. } else { // This is the first drop. // add whatever action you want to take on the first drop } lastPosition = position; } else { lastPosition = null; } }); -- Marcelo - http://maps.forum.nu --

[Google Maps API v3] Re: KML file is not loading

2011-12-09 Thread Marcelo
> PS: Here is the Code of the HTML page "maps.html" Not necessary. We know how to view source. -- Marcelo - http://maps.forum.nu -- -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To po

[Google Maps API v3] Re: Calculate Bounds without using map control

2011-12-09 Thread Marcelo
A point and zoom level is not enough information to calculate bounds. You also need to know the size of the map. You might want to rethink what you're trying to do. -- Marcelo - http://maps.forum.nu -- On Dec 9, 2:43 am, Paresh wrote: > Hi All, > > I am in a need of routi

[Google Maps API v3] Re: Hiding custom shadow in marker

2011-12-08 Thread Marcelo
marker.setFlat(true); -- Marcelo - http://maps.forum.nu -- On Dec 8, 5:13 pm, Silver wrote: > Hello friends, > I have a marker with a cuestom shadow assigned using * > marker.setShadow('url_to_shadow.png');* and everything works. But... how > can I to hide this

[Google Maps API v3] Re: How to store and update the unique ID for a place?

2011-12-08 Thread Marcelo
The Places API has its own forum, here: http://code.google.com/apis/maps/documentation/places/forum.html -- Marcelo - http://maps.forum.nu -- On Nov 3, 4:47 pm, Mapper wrote: > I am working on a project where I want to store "places" of the users and > find people who did go to

[Google Maps API v3] Re: Detect when the streetview pegman has been dropped onto the map

2011-12-08 Thread Marcelo
ed on the few lines of text that you posted. A link to your map describing what you want to happen would help. -- Marcelo - http://maps.forum.nu -- > This bug > ..http://code.google.com/p/gmaps-api-issues/issues/detail?id=2972&can=1... > > ... describes a similar issues

[Google Maps API v3] Re: Drawing Control Off the Map?

2011-12-08 Thread Marcelo
m.nu/temp/MEditControl.jpg http://maps.forum.nu/temp/MEditControl2.jpg The constructor for that editor accepts a parent node as parameter, but I didn't mention it before because, as you say, it is obvious. :-) -- Marcelo - http://maps.forum.nu -- -- You received this message because you are subscribed

[Google Maps API v3] Re: Problema al cargar v3

2011-12-08 Thread Marcelo
rce File: http://www.viajaporcolombia.com/mapas/ Line: 752, Column: 54 Source Code: ['Termales El Otoño', 4.969534, -75.382748, 149, 'Telefono:(6) 8741410 / 8740280 ----- -- Marcelo - http://maps.forum.nu -- > Enviado desde mi B

[Google Maps API v3] Re: Problema al cargar v3

2011-12-08 Thread Marcelo
On Dec 8, 8:47 am, Montana wrote: > Buenos días, tengo unos mapas implementados > enhttp://www.viajaporcolombia.com/mapas-viales/ > con la versión 3 que venían funcionando correctamente y de la noche a > la mañana dejaron de aparecer. That's a V2 map. Where is your V3?

[Google Maps API v3] Re: Usage limits for StreetView

2011-12-08 Thread Marcelo
else. (you re-iterated a figure of 2500 - I guess this was just an > aside and not relevant to streetview). You asked about geocoding as well. -- Marcelo - http://maps.forum.nu -- -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3

[Google Maps API v3] Re: Usage limits for StreetView

2011-12-08 Thread Marcelo
quot; > > And if so is the limit 25,000 or is it 2500 as for Google's geolocation > service? > >From http://code.google.com/apis/maps/documentation/geocoding/#Limits "Use of the Google Geocoding API is subject to a query limit of 2,500 geolocation requests per day"

[Google Maps API v3] Re: Detect when the streetview pegman has been dropped onto the map

2011-12-08 Thread Marcelo
an event for this? Did you read the documentation? http://code.google.com/apis/maps/documentation/javascript/reference.html#StreetViewPanorama Event visible_changed -- Marcelo - http://maps.forum.nu -- > > I guess there must be a way to do this as, in Google's regular map website &

[Google Maps API v3] Re: Drawing Control Off the Map?

2011-12-08 Thread Marcelo
e control to be, put the control on that second map and coordinate things with the main map in the event handlers. Not pretty, but it achieves the desired effect. -- Marcelo - http://maps.forum.nu -- On Dec 8, 7:31 am, Garthan wrote: > I would like to put the Drawing Controls in a Sidebar to

[Google Maps API v3] Re: conditionnal marker

2011-12-06 Thread Marcelo
And what is your question? How to write a conditional statement in Javascript? -- Marcelo - http://maps.forum.nu -- On Dec 6, 8:37 am, peter the power wrote: > Hi and thanks to read these line, > > I need to create a conditionnal marker base on csv file. > > csv exemple: >

[Google Maps API v3] Re: Detect Click Of State

2011-12-06 Thread Marcelo
: http://maps.forum.nu/gm_main.html Click anywhere in the US. -- Marcelo - http://maps.forum.nu -- On Dec 6, 11:06 am, matterzmore wrote: > Greetings All! > > I could not find an answer to this question in the API documentation, so I > will ask here: > > Is it possible to dete

[Google Maps API v3] Re: Layer for everything exept one country?

2011-12-06 Thread Marcelo
You can do it with custom tiles, like this: http://maps.forum.nu/gm_texas.html but to do so on the visitors country you'd have to build a tile set for every country in the world and subscribe to an IP-to-location service in order to determine which tile set to load. -- Marcelo -

[Google Maps API v3] Re: javascript clientside doesn't return zipcode

2011-12-05 Thread Marcelo
the USPS. I don't know about other countries. -- Marcelo - http://maps.forum.nu -- > > 'am I missing something? > > Thanks! -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To

[Google Maps API v3] Re: Disabling POI's InfoWindows - workaround found

2011-12-04 Thread Marcelo
to do it so far, but I can imagine a case in which a business owner would want to minimize the amount of information that his map shows about his competitors, and since the business POIs cannot be removed selectively according to business type, he might want to suppress the infoWindows

[Google Maps API v3] Re: Polygon Shadow

2011-12-03 Thread Marcelo
if you wanted to do that, sure there is a way. (There is a way for everything!). You could use another gray polygon to represent the shadow, but again, you'd have to adjust the lat/lon points so that the main polygon appears to project a shadow proportional to its elevation. -- Marcelo - http:

[Google Maps API v3] Re: Maptile Overlay

2011-12-03 Thread Marcelo
Have a look at the MCustomTileLayer object at http://maps.forum.nu/v3/gm_customTiles.html -- Marcelo - http://maps.forum.nu -- On Dec 3, 9:38 am, mightym wrote: > Hey everybody, id like to overlay tiles in my maps view with some > transparent png patterns. i found this >

[Google Maps API v3] Re: Route lenght for Each Country

2011-12-02 Thread Marcelo
step is exactly at the border. -- Marcelo - http://maps.forum.nu -- On Dec 2, 12:40 pm, Janusz Kobylarz wrote: > Easier method is (thx to gmap3 support > [code]var steps = results.routes[0].legs[0].steps > var a = 0; > var tekst = []; > $.each(steps, function(i,

[Google Maps API v3] Re: TOS: Is it violated if 3rd party posts a link to our app on a forum that requires a fee for reading the forum?

2011-12-02 Thread Marcelo
By the way, you are not violating the TOS. -- Marcelo - http://maps.forum.nu -- On Dec 2, 7:36 am, Marcelo wrote: > Aside from what JF suggested, you can also use mod_rewrite in Apache. > All you need to do is to check the referrer against a blacklist and if > there is a match redi

[Google Maps API v3] Re: TOS: Is it violated if 3rd party posts a link to our app on a forum that requires a fee for reading the forum?

2011-12-02 Thread Marcelo
discredit the site in question with the suckers that payed for membership. When I find the time I'll have a look at my server logs as well. :-) -- Marcelo - http://maps.forum.nu -- On Dec 1, 8:39 pm, Joseph Elfelt wrote: > To the best of my recollection, this interesting question has

[Google Maps API v3] Re: API Console reports 2 requests for every map load

2011-12-02 Thread Marcelo
Google folks are looking into it. See here: http://groups.google.com/group/google-maps-js-api-v3/browse_thread/thread/95dba9facc2a9b1a?hl=en# -- Marcelo - http://maps.forum.nu -- On Dec 1, 9:50 pm, Petr Šejba wrote: > I have noticed the same behavior -- every map load is counted a

[Google Maps API v3] Re: how to draw a line from the center of a Circle to the edge given an angle.

2011-12-01 Thread Marcelo
This example: http://maps.forum.nu/temp/gm_bearing.html is API V2, but the math to calculate the angles is version agnostic. You can drag the markers to redraw. -- Marcelo - http://maps.forum.nu -- On Dec 1, 11:47 am, skrite wrote: > Hey all > > I need to draw a circle with a line

[Google Maps API v3] Re: Always Show Transit Lines

2011-11-30 Thread Marcelo
o I couldn't have used that in my case, but the Canadian equivalent, if there is one, but no country in the world has as much data made public as the US has. -- Marcelo - http://maps.forum.nu -- -- You received this message because you are subscribed to the Google Groups "Google Maps J

[Google Maps API v3] Re: Always Show Transit Lines

2011-11-30 Thread Marcelo
s an error in the tile creation, for example here: http://maps.google.com/maps?ll=58.543895,-123.780212&spn=0.948857,2.90863&t=m&z=9&vpsrc=6 Zoom out one level and part of Highway 97, (the Alaska Highway), disappears. -- Marcelo - http://maps.forum.nu -- -- You received this message

[Google Maps API v3] Re: Always Show Transit Lines

2011-11-29 Thread Marcelo
eed to zoom in a lot in order to see roads in Northern BC and the Yukon, including the Alaska Highway, which I would have thought that it was a main road. :-) -- Marcelo - http://maps.forum.nu -- -- You received this message because you are subscribed to the Google Groups "Google Maps Java

[Google Maps API v3] Re: infoBox Scroll Bars?

2011-11-29 Thread Marcelo
hould support it. For the utility library there is the utility library group: http://groups.google.com/group/google-maps-utility-library-v3 -- Marcelo - http://maps.forum.nu -- On Nov 29, 7:07 pm, Geoff Schultz wrote: > Marcelo, > > > There is no "infoBox" in the Google Maps A

  1   2   3   >