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

2011-12-29 Thread Avinash Javaji
Yea I guess I'll have to experiment with that. I shall go work on it. Hopefully I can come up with something. On Dec 30, 4:31 am, Rossko wrote: > > Hm yea, but it isn't of much use I guess cause it doesn't scale. > > Yes, you'd have to do some of your own development and adapt the > technique to

[Google Maps API v3] Re: Unsure why this KML won't load

2011-12-29 Thread Grok Lobster
Use the GE API for time. http://code.google.com/apis/earth/documentation/time.html -- 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

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

2011-12-29 Thread Rossko
> Hm yea, but it isn't of much use I guess cause it doesn't scale. Yes, you'd have to do some of your own development and adapt the technique to a ground overlay http://code.google.com/apis/maps/documentation/javascript/overlays.html#GroundOverlays -- You received this message because you are su

Re: [Google Maps API v3] problem whith geocode (over quota ?)

2011-12-29 Thread Andrew Leach
On 29 December 2011 13:50, rony wrote: > <10><10> > ZERO_RESULTS<10><10> > What does the <10>? > > Nb: On firefox, i've got good results I guess it's ASCII 10, a line feed. It's not valid XML and the text "<10>" (as opposed to the character LF) is not part of Google's response, so <10> must be an

[Google Maps API v3] JavaScript API v3 for mobile: Nokia/Symbian and Blackberry issues

2011-12-29 Thread Beatriz Gonzalez
Hi there, I'm trying to develop a website where some vehicles are geolocated in a map. I'm testing with several devices, but issues come up with Nokia 5800 XpressMusic(touch screen, Symbian S60) and Blackberry Bold

[Google Maps API v3] problem whith geocode (over quota ?)

2011-12-29 Thread rony
Hi, I made an application requesting the latitude and longitude of a place. Until now it worked but I limt exceeded the quota of three days in a row. Now I have this message. <10><10> ZERO_RESULTS<10><10> What does the <10>? Nb: On firefox, i've got good results thanx. -- You received this me

[Google Maps API v3] Very slow load of code from the google-maps-utility-library

2011-12-29 Thread RoyHB
For some reason I haven't been able to successfully load this question in the google-maps-utility-library-v3/ group, hoping someone here can answer. Is the google-maps-utility-library-v3/ meant to be used as a CDN? i.e. are developers meant to code their pages to load library routines directly fro

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

2011-12-29 Thread Avinash Javaji
Hm yea, but it isn't of much use I guess cause it doesn't scale. But thanks anyway, I didn't know I could do this. On Dec 28, 9:26 pm, Marcelo wrote: > 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.foru

[Google Maps API v3] Re: We could not calculate directions between Place A and Place B

2011-12-29 Thread davie
Hi As geonames shows only 5 cities in Oman you could use polylines between these. http://www.doogal.co.uk/polylines.php could be used for this Regards Davie On Dec 29, 11:37 am, Rossko wrote: > > I need to find any solution using google maps > > I do not know of a workaround to get Directions fr

[Google Maps API v3] Re: Google Maps API v3 & InfoBubble() Tabs

2011-12-29 Thread NDBoost
anyone else experiencing similar problems? On Dec 28, 7:46 am, NDBoost wrote: > i threw my js file up on a gist for you to look at.. pardon the > sloppyness. > > Thanks Luke for looking at the code. You've already done wonders by > simply releasing this library :) > > https://gist.github.com/5b07

[Google Maps API v3] Re: Rectangle

2011-12-29 Thread MymsMan
http://code.google.com/apis/maps/documentation/javascript/reference.html#Rectangle You need to specify a LatLngBounds object in the rectangle options. http://code.google.com/apis/maps/documentation/javascript/reference.html#LatLngBounds Your two bounds are the same resulting in a very small rectan

Re: [Google Maps API v3] MVCObject: initialization and bulk updates

2011-12-29 Thread Tom Payne
Thanks Chris and DiTieM. Indeed, my objects have *_changed methods which are auto-called by MVCObject so I don't manually created the listeners. I'm also using the pseudo-classical object style, not the functional style, which means that these methods are added to the object's prototype and not th

[Google Maps API v3] google map on angstrom OS

2011-12-29 Thread MIPPAS 2011
Hi i am new to this forum.i don't know weather it is correct to put my question in this forumbut it is very urgent for me .Can anybody please help me.actually i am working on Angstrom OS on Beagleboard..and i need to plot this google map on to to the LCD monitor attached to the beag

[Google Maps API v3] Rectangle

2011-12-29 Thread James Carroll
Hi Folk I am an absolute beginner. My needs are very simple. I just want to open a google map and draw a rectangle on it. In trying to learn this I have been able to open the map, plot a couple of markers and add a polygon but the rectangle simply eludes me!! The map is a small area var my

[Google Maps API v3] Re: Static Map URL gives 500 error

2011-12-29 Thread Rossko
> You can replace the localhost image references with any valid custom image > URL, and it still does not work. You do understand that it can never work with localhost? Google needs to read the image files in order to paint them onto the map, Google cannot see your localhost. -- You received th

[Google Maps API v3] Re: We could not calculate directions between Place A and Place B

2011-12-29 Thread MymsMan
Overlays aren't going to help. Google doesn't have the basic data needed to provide directions. Bing maps can provide directions in Oman so you may need to switch to their service. -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" gro

[Google Maps API v3] Re: We could not calculate directions between Place A and Place B

2011-12-29 Thread Rossko
> I need to find any solution using google maps I do not know of a workaround to get Directions from Google, where Google does not support Directions. You could create your own route network database and run your own routing engine on it, and display your own results on Google map. People are do

[Google Maps API v3] Re: We could not calculate directions between Place A and Place B

2011-12-29 Thread Khaled Jendi
ok, isn't there any solution or workaround? is overlay can solve the problem? I need to find any solution using google maps On Dec 28, 2:09 pm, Rossko wrote: > > but one of these counties (Oman) i couldn't draw any driving route > > between any two cities in Sultanate of Oman > > It is a FAQhttp:

[Google Maps API v3] Re: Google Distance Matrix

2011-12-29 Thread MymsMan
If you are only using Zip code rather than a full address for location purposes would it be adequate for your purposes to use a Zip code database and calculate straight line distances rather than driving distances? -- You received this message because you are subscribed to the Google Groups "G

Re: [Google Maps API v3] MVCObject: initialization and bulk updates

2011-12-29 Thread DiTieM
> Add the listeners *after* you've called setValues. > Just a note. I suspect Tom was doing something like: mywhatever.prototype.center_changed = function ( ) { } This helps for example when using google closure compiler (not sure if the compiler detects/helps when adding a listener). I would