[Google Maps API v3] Re: pixelBounds object

2010-11-09 Thread sgiddings
Hi Luke,

Have you had an answer from the team yet ?
I note, in passing, that the pixelBounds object is mentionned in the
documentation within the section about the InfoWindow -

open(map:Map|StreetViewPanorama, anchor?:MVCObject)
Opens this InfoWindow on the given map. Optionally, an InfoWindow can
be associated with an anchor. In the core API, the only anchor is the
Marker class. However, an anchor can be any MVCObject that exposes the
position property and optionally pixelBounds for calculating the
pixelOffset (see InfoWindowOptions).

Can we have some feedback please ?

On Oct 14, 4:15 am, Luke Mahé  wrote:
> I'll have a talk with the team about this.
>
> -- Luke
>
> On Wed, Oct 13, 2010 at 7:17 PM, sgiddings  wrote:
> > Would it be possible to open up this object in the official API to fix
> > its property names ?
> > It would appear that quite a few people would find it useful.
>
> > --
> > 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+unsubscr...@googlegroups.com
> > .
> > For more options, visit this group at
> >http://groups.google.com/group/google-maps-js-api-v3?hl=en.

-- 
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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] Re: Google Maps on Windows Phone 7

2010-11-09 Thread Al Gross
Thor,

Thank you for the quick reply.

I have implemented something that looks pretty good. If you have a
WIndows Phone 7 check out

http://www.wp7map.com/test.htm

The way I implemented it is if the windows phone is in the portrait
mode then the map is displayed. Touch a position on the map to move
around.

If you switch to landscape mode then a street view is displayed of the
point.

I did notice one problem...

For some reason the 'Powered by Google' logo is blanked on both the map
and the street view. The logo displays OK on a PC but not the Windows
Phone 7. I am using the HTC Surround WP7.

Thanks again,
Al

-- 
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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] Re: Map data updates

2010-11-09 Thread Pil
Hi Luke,

either you're using a text editor that doesn't seem to be able to cope
with the line ends or the groups software is unable to cope with the
links.

Anyway, the links are unusable.

However, at least I see one advantage of this 'link mangling': If the
groups software cannot redirect the clicks at the links, Google cannot
get stats.




On Nov 10, 6:42 am, "Luke (Google Employee)"  wrote:
> Hi Everyone!
>
> We have just made some significant updates to our map data in
> Australia, New Zealand, South Africa, and parts of Europe. These
> changes will roll out to existing Maps API applications over the next
> 24 hours, and require that any cached data for these countries
> retrieved using the Maps API prior to this update be refreshed. Please
> check out the post on the Geo Developer (http://
> googlegeodevelopers.blogspot.com/2010/11/map-data-update-for-australia-
> new.html) and Lat Long (http://google-latlong.blogspot.com/2010/11/
> changing-world-changing-maps.html) blogs for more details.
>
> Thanks
>
> Luke

-- 
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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] GeocoderResult => GeocoderGeometry => LatLng: did it change recently?

2010-11-09 Thread fearless_fool
In my Rails app, I'm making client-side JavaScript calls to
google.maps.Geocoder().geocode(). If geocode() returns multiple
addresses, I let the user choose one and pass that one back to the
server as a JSON encoded string for additional processing. It all works
fine.


But recently, I noticed that fields previously labeled 'lat' and 'lng'
are now appear to be labeled 'ra' and 'sa':


{"types"=>["street_address"],
"formatted_address"=>"1600 Amphitheatre Pkwy, Mountain View, CA 94043,
USA",
"address_components"=>[...],
"geometry"=>{"location"=>{"ra"=>37.422782, "sa"=>-122.085099}, 
"location_type"=>"ROOFTOP", "viewport"=>...}}



My hunch is that the corresponding javascript lat and lng accessors
still work properly, and that a self-respecting Google engineer would
tell me that I should be using the supplied JavaScript accessors
instead of reading the data structure directly.


But: I need to access these fields in my server app. Being somewhat new
to all this, I don't know how to call JavaScript accessors from within
Rails code.


So the questions:


- am i simply nuts? have the lat and lng fields been named "ra"
and "sa" all along?


- is my hunch correct that Google developers can make any changes they
want to the JSON data structure, as long as the published accessors
function as advertised?


- I saw no mention in the changelog about the renaming of the fields.
can I count on these field names staying constant for a while?


This is all pretty academic: If I cannot rely on the JSON structure
being constant, I always have the option of extracting only the fields
I need on the client side using published JavaScript accessors and
sending them to my server. But until I know what fields I really need,
it would be nice to send over the entire JSON structure.


Thoughts?


- ff

-- 
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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] Map data updates

2010-11-09 Thread Luke (Google Employee)
Hi Everyone!

We have just made some significant updates to our map data in
Australia, New Zealand, South Africa, and parts of Europe. These
changes will roll out to existing Maps API applications over the next
24 hours, and require that any cached data for these countries
retrieved using the Maps API prior to this update be refreshed. Please
check out the post on the Geo Developer (http://
googlegeodevelopers.blogspot.com/2010/11/map-data-update-for-australia-
new.html) and Lat Long (http://google-latlong.blogspot.com/2010/11/
changing-world-changing-maps.html) blogs for more details.

Thanks

Luke

-- 
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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] Google Instant Preview

2010-11-09 Thread Pascal
Does Google Instant Preview not work at all with Google Maps API or is
their something wrong with my site in particular?  http://www.tastefestivals.org

-Pascal

-- 
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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



Re: [Google Maps API v3] Re: parsing a google map URL to be used in the javascript API

2010-11-09 Thread joel jucom
but am i right to say that using reverse geocode is the same as searching,
so if there are identical places to the place that i am searching then i'm
also going to get those items, i want to be able to use the CID in the
javascript API so that i can be exact with my locations

On Tue, Nov 9, 2010 at 7:57 PM, Chad Killingsworth <
chadkillingswo...@missouristate.edu> wrote:

> This link has basically the same behavior:
> http://maps.google.com/maps?q=business+center+havnegade.
> You could probably ignore the CID and reverse geocode the search term
> (q).
>
> Chad Killingsworth
>
> On Nov 8, 9:09 pm, joju  wrote:
> > hi there, is there a way to resolve or parse the google map embed URL
> > so that the look and feel can be replicated using the javascript API?
> > for example i have this URL "http://maps.google.com/maps?q=business
> > +center
> >
> +havnegade&hl=da&ved=0CDEQpQY&ei=KbfYTMX8L5HsvgO3mqHFCQ&sspn=0.075595,0.222
> 988&ie=UTF8&view=map&cid=4420044108025175338&iwloc=A&sa=X",
> > how can i use that URL so that when i load a map using the javascript
> > API, it will have the same exact look?,,, this URL doesn't even have
> > the latlng attribute but instead it uses the cid to locate a
> > particular place, of which is not included in the javascript API how
> > to load a map location using the CID value
>
> --
> 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+unsubscr...@googlegroups.com
> .
> For more options, visit this group at
> http://groups.google.com/group/google-maps-js-api-v3?hl=en.
>
>


-- 
---following you until the time comes when you don't need a follower anymore
because you already have a companion---

-- 
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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



Re: [Google Maps API v3] Re: Tile Discoloration

2010-11-09 Thread Luke Mahé
Hi Mauricio,

Thanks for the link. We're having a look into it

- Luke


On Wed, Nov 10, 2010 at 1:50 PM, Mauricio  wrote:

> On Nov 9, 8:51 pm, "geocode...@gmail.com" 
> wrote:
> > On Nov 9, 5:31 pm, Mauricio Gomes  wrote:
> >
> > > Here's a link to the image:
> http://mauriciogomes.com/share/tile%20discoloration.png
> >
> > Can't tell from a screen shot.  Does the same thing appear in Google
> > Maps (where you can easily create a public link...)
> >
> >   -- Larry
> >
> >
> >
> > > It's in an internal app. Sorry the link is currently behind a password
> > > wall. Do you think something like this could be caused by a bug in JS
> > > somewhere else?
> >
> > Unlikely.
> >
> >
> >
> > > My console doesn't show any errors.
>
> I was able to recreate the issue with a stock Google Maps V3 setup
> using a tweaked map type. If you turn off the landscape, you get the
> tile discoloration.
>
> http://mauriciogomes.com/discoloration/
>
> --
> 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+unsubscr...@googlegroups.com
> .
> For more options, visit this group at
> http://groups.google.com/group/google-maps-js-api-v3?hl=en.
>
>

-- 
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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] Re: Tile Discoloration

2010-11-09 Thread Mauricio
On Nov 9, 8:51 pm, "geocode...@gmail.com" 
wrote:
> On Nov 9, 5:31 pm, Mauricio Gomes  wrote:
>
> > Here's a link to the 
> > image:http://mauriciogomes.com/share/tile%20discoloration.png
>
> Can't tell from a screen shot.  Does the same thing appear in Google
> Maps (where you can easily create a public link...)
>
>   -- Larry
>
>
>
> > It's in an internal app. Sorry the link is currently behind a password
> > wall. Do you think something like this could be caused by a bug in JS
> > somewhere else?
>
> Unlikely.
>
>
>
> > My console doesn't show any errors.

I was able to recreate the issue with a stock Google Maps V3 setup
using a tweaked map type. If you turn off the landscape, you get the
tile discoloration.

http://mauriciogomes.com/discoloration/

-- 
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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] Re: Custom infowindow with edit/delete marker

2010-11-09 Thread Ciul


On 9 nov, 17:07, Socrates Vidros  wrote:
> I would like to create an infoWindow with 2 buttons.
> The first one will enable the dragging of a marker (edit button) and
> the second will delete the marker as shown in the above screenshot.
>
> Does anyone knowns the basic guidelines for the contents of the infobox?
>
> Do i have to use my custom overlay?
>
> Any help will be appreciated!

There's no screenshot, at least I don't see one.

Please explain a bit more or make a draw if possible.

Thanks.

-- 
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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] Re: Tile Discoloration

2010-11-09 Thread geocode...@gmail.com
On Nov 9, 5:31 pm, Mauricio Gomes  wrote:
> Here's a link to the 
> image:http://mauriciogomes.com/share/tile%20discoloration.png

Can't tell from a screen shot.  Does the same thing appear in Google
Maps (where you can easily create a public link...)

  -- Larry

>
> It's in an internal app. Sorry the link is currently behind a password
> wall. Do you think something like this could be caused by a bug in JS
> somewhere else?

Unlikely.

> My console doesn't show any errors.

-- 
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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



Re: [Google Maps API v3] Tile Discoloration

2010-11-09 Thread Mauricio Gomes
Here's a link to the image:
http://mauriciogomes.com/share/tile%20discoloration.png


It's in an internal app. Sorry the link is currently behind a password
wall. Do you think something like this could be caused by a bug in JS
somewhere else? My console doesn't show any errors.

-- 
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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



Re: [Google Maps API v3] Tile Discoloration

2010-11-09 Thread Ben Appleton
Where is that?

On Wed, Nov 10, 2010 at 11:37 AM, Mauricio Gomes  wrote:

> For a few days now it seems that all of the Google Maps tiles that contain
> land boundaries have a different color for water, one that is more green
> than blue. It looks discolored compared to adjacent water-only tiles. Has
> anyone experienced this? See attached screenshot.
>
>
> 
>
> --
> 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+unsubscr...@googlegroups.com
> .
> For more options, visit this group at
> http://groups.google.com/group/google-maps-js-api-v3?hl=en.
>

-- 
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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] Re: Tile Discoloration

2010-11-09 Thread geocode...@gmail.com
On Nov 9, 4:37 pm, Mauricio Gomes  wrote:
> For a few days now it seems that all of the Google Maps tiles that
> contain land boundaries have a different color for water, one that is
> more green than blue. It looks discolored compared to adjacent
> water-only tiles. Has anyone experienced this? See attached screenshot.

How about a link?  The screenshot didn't make it to the groups
interface.

  -- Larry

-- 
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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] Tile Discoloration

2010-11-09 Thread Mauricio Gomes
For a few days now it seems that all of the Google Maps tiles that
contain land boundaries have a different color for water, one that is
more green than blue. It looks discolored compared to adjacent
water-only tiles. Has anyone experienced this? See attached screenshot.

-- 
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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] Custom infowindow with edit/delete marker

2010-11-09 Thread Socrates Vidros
I would like to create an infoWindow with 2 buttons.
The first one will enable the dragging of a marker (edit button) and
the second will delete the marker as shown in the above screenshot.

Does anyone knowns the basic guidelines for the contents of the infobox?

Do i have to use my custom overlay?

Any help will be appreciated!

-- 
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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] Re: OVER_QUERY_LIMIT: Server access (Google App Engine)

2010-11-09 Thread Dave Williamson
Blob / Tom,


Thanks for the feedback, the statement about Premier being a future
option indeed means intention, provided it provides the functionality
required!!!


We have EVERY INTENTION of paying for this data (as we will be for GAE,
Search, Checkout, and no-doubt other services going forward).


I appreciate the restriction of the Yahoo T&C's, that said if you
followed the letter of their T&C's then you'd never be able to us it
for anything: ;-)

f. YOU SHALL NOT:(ix) use the stand-alone geocoder for any use other
than displaying Yahoo! Maps or displaying points on Yahoo! Maps; (x)
publish or display, or allow other users to publish or display, any
geocoded location information using any Yahoo! Maps APIs;


So that's helpful (I know what they are trying to say, but the literal
interpretation?).


My point was that in a DEV environment, why make life difficult? The
GAE model makes far more sense Build EXACTLY what you want, test it
fully, roll it out to beta users, then when you know it works (& there
can be an income being generated), pay Google a little, lots, or
copious amounts, of money dependant on your applications success.


Why not implement a similar model in Maps with the User ID/signed
request (I realise this is a question for Google), where you get X
requests free, then pay X/request once the free limit is used up! No
code changes, no use V2 in dev - V3 in production (if on your own
server) until free requests are used up, or premier if on a shared
infrastructure, etc...


It's not 100% about the , just making life easy to move from
POC->DEV->TEST->LIVE (Beta)->PRODUCTION without code changes to
underlying calls to key Google services (in this case JUST Maps -
everything else we need works that way).


>From Google's POV, using Maps premier via GAE makes them money twice,
the cycles for GAE + the Premier access to maps. So you'd have thought
that they'd be happy to make this happen (It can't be only us doing
this, can it.?).


I'm starting to think that the best way would be to get the client app
to do the rev-geo invisibly in the background, and send the data back
to us in an encrypted form - hey it might break our security model to
some degree, but what the hell it costs us nothing, reduces our spend
on GAE & Maps, Google looses revenue, it'll cost them more in
bandwidth, but at-least we'll be following their strategy. All we're
trying to do is ensure data quality, particularly where certain
information is likely index by search engines (e.g. Google!).



(Hell, we could even send it back to servers back at the office to
proxy the request!)


But fudge is a foodstuff, not a development strategy (not for us
anyhow)!


I find in even more irritating that NOBODY from Google has felt it
appropriate to join in this discussion!


Then again, I've had a couple of Jack & Cokes by this time, and I'm
probably just ranting/venting - I'm sure my therapist will be very
happy ;-)


Does that make it my $0.04 worth?


Dave
(Apologies for rating will be forthcoming at around 7am ;-) )

-- 
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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] Re: automating 'Nearby Locations' on a map

2010-11-09 Thread ACI
Thank-you for the advice.  I should have searched the group
discussions first.  I had been looking in google code search for so
long I almost thought it was hopeless.  This was my last attempt.
Thank-you for answering a newbies question, next time I will check
here first!

If anyone looks at this post I found the answer lies with google's
local search tool. The information can be viewed here.
http://code.google.com/apis/ajaxsearch/local.html


On Nov 8, 4:19 pm, Rossko  wrote:
> You could have a look and see if anyone has thought of this 
> beforehttp://groups.google.com/group/google-maps-js-api-v3/search?group=goo...

-- 
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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] Re: Default infowindow

2010-11-09 Thread CroNiX
Check out the v3 Demo Gallery: 
http://code.google.com/apis/maps/documentation/javascript/demogallery.html

Specifically:
http://gmaps-samples-v3.googlecode.com/svn/trunk/single-infowindow/single-infowindow.html

On Nov 9, 12:20 am, nathanblogs  wrote:
> Hi,
>
> I am trying to add the default infowindow that displays when you click
> on a marker athttp://maps.google.com/how can I do this ?

-- 
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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] Re: Geocoding and plotting multiple points on a map.

2010-11-09 Thread Rossko
> they have assigned me a task for a customer who delivers teaching
> staff to anyone who needs it...ultimately the customer wants a google
> map on a webpage where they can enter a postcode for a shift
> location...and have all staff within a certain distance plotted around
> that shift so they can choose the most appropriate one. (postcodes for
> shift & staff are in database)

I would start by having a look here
http://code.google.com/apis/maps/articles/geocodestrat.html
If need be, you may need to persuade the database manager that for an
effective and efficient solution for the problem they've given you,
the database needs to be adapted to also hold lat/longs.

Else you are going to have to extract the entire database content for
geocoding at every run, just to find out which ones are closest.

If you overcome that hurdle, the next steps are here
http://code.google.com/apis/maps/articles/phpsqlsearch_v3.html

-- 
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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] Re: Setting maxWidth for InfoWindow

2010-11-09 Thread Rossko
> Why this happen?

See this post
http://groups.google.com/group/google-maps-js-api-v3/browse_thread/thread/0e77b0f16e53ae38

-- 
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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] Re: Marker on Google Maps JavaScript API v3

2010-11-09 Thread Rossko
> Can anyone help me?

You'd need to have your variable 'marker' in scope at the time of the
event.  Then you can get use getPosition() method,
At the moment 'marker'  is local in scope to intialize() and won't be
available after initialize() has completed.

-- 
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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] Re: Cannot set max width of the infoWindow

2010-11-09 Thread Rossko
> I'm trying to limit the size of the info windows that are displayed
> when I click on the markers of a map. My map is 230 pixels wide.

There is an inbuilt minimum width.  See
http://groups.google.com/group/google-maps-js-api-v3/browse_thread/thread/0e77b0f16e53ae38

-- 
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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] Re: How to link an Oracle Database to Google Maps API

2010-11-09 Thread Rossko
> Im having trouble finding a) a guide on how to link Oracle and Google
> Map API to create the website, b) code on how to link the two.

Perhaps you are being too specific ; a database is a database from the
maps viewpoint, the source of data is pretty irrelevant.
The processes involved are illustrated in the usual MySQL examples,
obviously you need to know how to use Oracle instead to supply the
data
Simple
http://code.google.com/apis/maps/articles/phpsqlajax_v3.html
Interactive
http://code.google.com/apis/maps/articles/phpsqlsearch_v3.html
http://code.google.com/apis/maps/articles/phpsqlinfo_v3.html

-- 
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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] Re: show/hide markerCluster Icon

2010-11-09 Thread Rossko
Here's the docs for clusterer
http://google-maps-utility-library-v3.googlecode.com/svn/tags/markerclusterer/1.0/docs/reference.html
Notice the clearMarkers() method
When you hide blue markers, clear the blue clusterer.
When you show blue markers, add the markers to the blue clusterer.

-- 
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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] Re: Problem loading map in Chrome

2010-11-09 Thread Brian G.
Right you are! Thank you so much for your help.

-- 
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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] Setting maxWidth for InfoWindow

2010-11-09 Thread Dima Kaydash
I have a problem while using Google Maps JavaScript API v3 and
InfoWindow.

I want to have an image with 100px width and 100 px height to display
in InfoWindow.
I put the maxSize for InfoWindow = 100px but the infowindow is still
big (246px).

Why this happen?

-- 
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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] Re: OVER_QUERY_LIMIT: Server access (Google App Engine)

2010-11-09 Thread Tom
Hiya!

You are talking about 'Once we are in full production'. Sounds to me
as if you are planning/going to make a business out of your app?! So
you already should think about using the Premier - don't you?
If the v3 geocoder is not appropriate why don't you use the v2
geocoder in conjunction with your API key (for v2)? This should solve
your problems during the non 'full production' phase - later on you
can switch to Premier and v3 geocoder.

And just another point: using the Yahoo geocoder not in conjuntion
with a Yahoo map is a violation of the Yahoo map API Terms of Use!
That's true for all 'free' geocoders I know of - except OpenStreetMaps
geocoder (but this - of course - has its limitations too). (Reverse)
Geocoding does not always come for free! If you want to use it in a
business-like setup - and if you depend on a certain performance - you
will have to spend some money.

-- 
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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] How to link an Oracle Database to Google Maps API

2010-11-09 Thread Q
Would anyone have any literature, code, etc on how to link an Oracle
Database to a Google Map API?

My goal is link a google map to various tables (on demographics) in an
Oracle Database.  There will be a drop down menu, input field, and
"Search" button at the bottom of the google map.  The end product will
be an interactive website that allows users to select a location,
press "Search", and a ballon to pop up with output demographic data
about that location.

Im having trouble finding a) a guide on how to link Oracle and Google
Map API to create the website, b) code on how to link the two.

Thx
Q

-- 
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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] Cannot set max width of the infoWindow

2010-11-09 Thread Maria Amor
Hi,

I'm trying to limit the size of the info windows that are displayed
when I click on the markers of a map. My map is 230 pixels wide.

I tried with the maxWidth property like this:


var marker = new google.maps.Marker(...);
var infowindow = new google.maps.InfoWindow({
 maxWidth:100,
 content:'Hello world'
 });

 google.maps.event.addListener(marker, 'click', function() {
infowindow.open(map, marker);
});

-- 
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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] Geocoding and plotting multiple points on a map.

2010-11-09 Thread Spiderscope
Hi ive already followed mike williams tutorials (well tried to). but
im very new to this and those tutorials are too advanced for me
unfortunately.im at university studying web development and have
recently gained employment as a trainee developer for a small company.

they have assigned me a task for a customer who delivers teaching
staff to anyone who needs it...ultimately the customer wants a google
map on a webpage where they can enter a postcode for a shift
location...and have all staff within a certain distance plotted around
that shift so they can choose the most appropriate one. (postcodes for
shift & staff are in database) i literally have no clue what to do so
ive tried to break this into chunks.

for now all i want to do is plot multiple locations on a map from
postcodes retrieved from database.

ive followed google tutorials in order to plot single locations and as
they are only for locations hard coded into it i had to tweak it to
get the data from database.

so i have something at the moment that allows a user to enter a staff
members name into a text field, it returns their postcode from the
database and when pressing submit it geocodes it and plots that
postcode on the map...

but obviously there can be more than one staff member with same
name...which means if someone searches for smith..and it fetches back
7 results...i need to plot 7 markers on the map.

ive tried with a loop but it changed nothing...literally did nothing
at all so ive missed something.

can someone please tell me the best way to do this? perhaps with code?
please be as simple as possible theres lots i dont understand.

Here is the small piece of code i have for geocoding and plotting that
single marker.



function codeAddress() {
var address = document.getElementById("address").innerHTML
geocoder.geocode( { 'address': address},
function(results, status) {
  if (status == google.maps.GeocoderStatus.OK) {
map.setCenter(results[0].geometry.location);
for ( r = 0; r < results.length; ++r )
 {
 var marker = new google.maps.Marker
  (
  { map: map,
position:
results[r].geometry.location
  }
  );
 }
  } else {
alert("Geocode was not successful for the following reason: "
+ status);
  }
});

}

-- 
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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] Cannot set max width of the infoWindow

2010-11-09 Thread Maria Amor
Hi,

I'm trying to limit the size of the info windows that are displayed
when I click on the markers of a map. My map is 230 pixels wide.

I tried with the maxWidth property like this:

var map = ...;
var marker = ...;
var infowindow = new google.maps.InfoWindow({
 maxWidth:100,
 content:'Hello world'
 });

 google.maps.event.addListener(marker, 'click', function() {
infowindow.open(map, marker);
 });

I also tried setting a width in the  element inside the window
content, but none of them worked.

Am I missing something?

Thanks a lot in advance.

Regards,
María

-- 
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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] Re: infowindow position for some specific marker

2010-11-09 Thread geocode...@gmail.com
On Nov 9, 11:35 am, Eishita  wrote:
> I have established a very simple google map to put markers with
> infowindow. When i'm putting multiple markers everything goes fine
> except the position of the infowindow. Suppose I put 3 markers. When I
> click on marker 2 the infowindow is still stick with marker 3 but
> showing the content of marker 2. But I want the infowindow at the
> position of marker 2.
>
> Here's the example-
>  http://aiworker2.usask.ca/marker_field
>
> Any kind of help will be appreciated.

Sounds like pitfall #3 on Mike Williams' v2 tutorial:
http://econym.org.uk/gmap/basic1.htm


  -- Larry




>
> Regards,
> Eishita.

-- 
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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] Re: May I serve the api myself?

2010-11-09 Thread Rossko
> a simple browser based java-script map viewer.

OpenLayers?

-- 
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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] infowindow position for some specific marker

2010-11-09 Thread Eishita
I have established a very simple google map to put markers with
infowindow. When i'm putting multiple markers everything goes fine
except the position of the infowindow. Suppose I put 3 markers. When I
click on marker 2 the infowindow is still stick with marker 3 but
showing the content of marker 2. But I want the infowindow at the
position of marker 2.

Here's the example-
 http://aiworker2.usask.ca/marker_field

Any kind of help will be appreciated.

Regards,
Eishita.

-- 
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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] Re: getStreetView() streetview options syntax / structure?

2010-11-09 Thread projectjerel
setOptions

that was it!

SOLVED

Thanks Marc!

On Nov 5, 8:14 pm, "Marc (Google)"  wrote:
> Just do
>
> map.getStreetView().setOptions({
>     addressControlOptions: {
>         position: google.maps.ControlPosition.BOTTOM
>     }
>
> });
>
> or it could be setValues() instead of setOptions.
>
> On Nov 5, 11:11 pm, projectjerel  wrote:
>
>
>
> > i'm usinggetStreetView() i'm trying to change someoptions(like
> > removing the address text box completely) etc...
>
> > From what i gathered teh setStreetView would do this? (the toggle
> > function makes it visible) this all works less the line in question.
> > I'm not sure if i'm just doing this wrong or if it's a syntax issue?
>
> > google.maps.event.addListener(marker1, 'click', function() {
> > panorama = map.getStreetView();
>
> > // trying to customize the controls
> > panorama.setStreetView(addressControlOptions: { position:
> > google.maps.ControlPosition.BOTTOM });
> > // end attempt
>
> > panorama.setPosition(results[0].geometry.location);
> > panorama.setPov({
> > heading: 45,
> > zoom:1,
> > pitch:5}
> > );
> > toggleStreetView();
>
> > });- Hide quoted text -
>
> - Show quoted text -

-- 
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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] Re: Rendering differences on Custom StreetView Panoramas

2010-11-09 Thread Chad Killingsworth
Take a look at this thread:
http://groups.google.com/group/google-maps-js-api-v3/browse_thread/thread/9061659a6abe9d7b/4f2d9d1b32449819


Chad Killingsworth

-- 
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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] Re: Problem loading map in Chrome

2010-11-09 Thread Chad Killingsworth
This is a CSS problem. On the second page, the map has no height in
chrome. Setting an absolute height on the map shows it correctly.

Chad Killingsworth

On Nov 9, 10:02 am, "Brian G."  wrote:
> Does anyone have any thoughts on this? I'm trying to figure out if I'm
> just making a newbie error or if this is a bug of some kind. I can't
> figure out why html content on the page would interfere with the map
> loading or why it only happens in Chrome.

-- 
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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] Re: Is there no way to get a specific address component?

2010-11-09 Thread Esa


On Nov 9, 2:57 pm, andholt  wrote:

> I can't be the only one that has ever done this, so before I write a
> function to loop through the address component array one by one, is
> there really no other way to directly get this data?

I don't know any other way but you don't have to write the function.
Just copy the reformat() function from this page:
http://koti.mbnet.fi/ojalesa/geocode/sortgeocode_v3.htm

-- 
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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] Re: May I serve the api myself?

2010-11-09 Thread wgj000
I can make my own map tiles easily enough and will be doing so in any
case.

Google Earth is to heavy an application for what I need, which is just
a simple browser based java-script map viewer. The lighter the better.

I figured there wasn't a path forward here, I guess I'll make my own.

Thanks for responding

-- 
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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] Re: How to load InfoWindow contents from DB on marker click

2010-11-09 Thread geocode...@gmail.com
On Nov 9, 8:03 am, Jurgis Stepanovs 
wrote:
> Hi, everybody!
>
>   I'm trying to create and then load info window contents from MySQL
> DB on marker click, but there is problem, that data retrieves after some
> time dalay.

Why is that a problem?  There is a call back function that executes
when the data comes back.

> JavaScript execution continues and when I assign InfoWindow contents:
> someDBVarString;, someDBVarString is empty because data not retrieved from DB 
> yet.
>
> What may be solution here?

Do that in the call back function when the data is available.

  -- Larry


>
> Jurgis

-- 
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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] Re: Knowing the total distance between two points

2010-11-09 Thread geocode...@gmail.com
On Nov 9, 8:01 am, dave  wrote:
> I want to show the map with the location, but I need not only the
> total distance of the various directions along the way!

Did you look at the documentation as Rossko suggested?
http://code.google.com/apis/maps/documentation/javascript/services.html#DirectionsResults

  -- Larry

-- 
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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] Re: show/hide markerCluster Icon

2010-11-09 Thread Rainer Pansen
sorry i dont exactly understand what you mean, could you specify it?
thanks

-- 
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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] How to load InfoWindow contents from DB on marker click

2010-11-09 Thread Jurgis Stepanovs
Hi, everybody!

  I'm trying to create and then load info window contents from MySQL
DB
on marker click, but there is problem, that data retrieves after some
time dalay.
JavaScript execution continues and when I assign InfoWindow contents:
someDBVarString;,
someDBVarString is empty because data not retrieved from DB yet.

What may be solution here?

Jurgis

-- 
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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



Re: [Google Maps API v3] Re: Problem loading map in Chrome

2010-11-09 Thread Brian G.
Does anyone have any thoughts on this? I'm trying to figure out if I'm
just making a newbie error or if this is a bug of some kind. I can't
figure out why html content on the page would interfere with the map
loading or why it only happens in Chrome.

-- 
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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] Re: Knowing the total distance between two points

2010-11-09 Thread dave
I want to show the map with the location, but I need not only the
total distance of the various directions along the way!

-- 
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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] Rendering differences on Custom StreetView Panoramas

2010-11-09 Thread Felipe Barreiros
Hi,


I've been using Maps API for a couple weeks, and I discovered that I'm
having the same issue as the example page:
http://code.google.com/apis/maps/documentation/javascript/examples/streetview-custom-tiles.html


When I load Chrome v7 on Mac, I see the image like this:




When I load the same page on PC, using the same version of Chrome, this
is what I get:






>From these photos you can notice that the gray area (on the top and on
the floor) are different, which makes a huge difference when we're
working with real equirectangular images.


On mac, when if you open the link, the Google's StreetView is working
just fine, the rendering is great we can see the lines straight, but
once we get into the custom imagery (inside Google's building) it looks
like the picture is a fisheye photograph and we can't really tell where
the floor is.


On my project, I'm respecting the 2:1 aspect ratio, with 360 of
horizontal view and 180 degrees of vertical view.


I hope you guys might undertand my point.


Thanks a lot,
Felipe Barreiros

-- 
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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] Re: show/hide markerCluster Icon

2010-11-09 Thread Rossko
> i've got two categories of markers. blue and green.
> i've got one clusterer for the blue and one for the green, and with
> click on a checkbox i can show/hide the  all of the blue or all of the
> green markers (depending on the checkbox).

Then as part of the code that shows/hides all the blue markers you'd
want to show/hide the blue clusterer, by getting it to work a new
array of markers (which could be empty)

-- 
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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] Re: Knowing the total distance between two points

2010-11-09 Thread geocode...@gmail.com
On Nov 9, 6:58 am, dave  wrote:
> I apologize ...
> In the 
> linkhttp://code.google.com/apis/maps/documentation/javascript/examples/di...
> I found a way to have the total distance between two points. But this
> makes me a description of the route from one point to another.
> I ask: you can only have information on the total distance without any
> more information? If so, how?

If you display the route on the map.  If not, my understanding is just
using the distance is against the terms of use (but read them for your
self).

http://code.google.com/apis/maps/terms.html

10.12 use or display the Content without a corresponding Google map,
unless you are explicitly permitted to do so in the Maps APIs
Documentation, the Street View API Documentation, or through written
permission from Google (for example, you must not use geocodes
obtained through the Service except in conjunction with a Google map,
but the Street View API Documentation explicitly permits you to
display Street View imagery without a corresponding Google map);

and this from
http://code.google.com/apis/maps/documentation/directions/#Limits

Note: the Directions API may only be used in conjunction with
displaying results on a Google map; using Directions data without
displaying a map for which directions data was requested is
prohibited. Additionally, calculation of directions generates
copyrights and warnings which must be displayed to the user in some
fashion. For complete details on allowed usage, consult the Maps API
Terms of Service License Restrictions.

  -- Larry

>
> Many thanks to those who answer me
>
> On 9 Nov, 15:56, dave  wrote:
>
>
>
> > Nel 
> > linkhttp://code.google.com/apis/maps/documentation/javascript/examples/di...
> > ho trovato il modo per poter aver la distanza totale fra due punti. Ma
> > qui mi mette la descrizione del percorso da un punto ad un altro.
> > Chiedo: è possibile avere solo l'informazione sul totale della
> > distanza senza le altre informazioni? Se si, come?
>
> > Many thanks to those who answer me
> > Davide- Hide quoted text -
>
> - Show quoted text -

-- 
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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] Re: Knowing the total distance between two points

2010-11-09 Thread Rossko
> I ask: you can only have information on the total distance without any
> more information? If so, how?

Yes.  Extract the data you want from the directions data.

But ... what are you going to do with it?  You may only use data that
is part of Directions data if you are going to plot it on a map or
supply the directions as text.  See terms and conditions.

-- 
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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] Re: Knowing the total distance between two points

2010-11-09 Thread dave
I apologize ...
In the link
http://code.google.com/apis/maps/documentation/javascript/examples/directions-draggable.html
I found a way to have the total distance between two points. But this
makes me a description of the route from one point to another.
I ask: you can only have information on the total distance without any
more information? If so, how?

Many thanks to those who answer me


On 9 Nov, 15:56, dave  wrote:
> Nel 
> linkhttp://code.google.com/apis/maps/documentation/javascript/examples/di...
> ho trovato il modo per poter aver la distanza totale fra due punti. Ma
> qui mi mette la descrizione del percorso da un punto ad un altro.
> Chiedo: è possibile avere solo l'informazione sul totale della
> distanza senza le altre informazioni? Se si, come?
>
> Many thanks to those who answer me
> Davide

-- 
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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] Re: geocoding and API quotas with shared / cloud hosting

2010-11-09 Thread blob
> 1. I get the geocode when the item is added into the system and its
> stored for future distance calculations.

I already thought so - so there's nothing left for
"optimization"... ;-)

> I will look into the premier version but can't see the pricing at the
> moment. I will have to email google as my site is "non profit" project
> and we just started this for fun and to be useful and after getting
> annoyed with freecycle spammers. I will contact google for the premier
> this weekend. Thanks for your help blob - appreciated!

I think in this scenario ("non profit" and not high traffic) you can
also use the OpenStreetMap Geocoder: 
http://wiki.openstreetmap.org/wiki/Nominatim
(see also http://wiki.openstreetmap.org/wiki/Nominatim_usage_policy)

Good luck!

-- 
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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] Re: First Post - City Government Issues

2010-11-09 Thread randomblink
Does anyone know how he created the TEXAS_MASK file? Where do I find
directions for creating Masks? And what software do I use?

-- 
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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] Re: First Post - City Government Issues

2010-11-09 Thread Joseph Elfelt
I spent 20+ years in a real estate related field using hand drawn
parcel maps like you describe.  Your application is an intriguing one
and I certainly hope we hear more from you as your work progresses.

I don't have an answer to the question you asked, but at first glance
I like the link provided by CroNiX.

Have you noticed the Ground Overlay feature of the API?  That would be
an alternative to using  KML files.
To show any mylar/paper map on top of Google Maps you need to:
1.  Make a PNG copy of the map with a transparent background.
2.  Morph the PNG image so it more-or-less has a Mercator projection.
Easy to do in Photoshop where one layer is a screen capture of the
Google aerial or a screen capture of the USGS quad showing the section
lines.
3.  Some way to tell the Google Map API the lat/lng for the SW and NE
corner of the PNG image.  If you actually know the State Plane coords
for those corners, then you are in  good shape.

Here is a demo that shows 15 sections from an out-of-print US Forest
Service map.
The code that displays the overlay is at line 853+ and 868+
(The demo also does some GPS/GPX things that do not relate to your
task.)
The API lets you turn Ground Overlay images on/off although this demo
does not implement that feature.
http://www.mappingsupport.com/p/demo_maps/overlay_maps_931.html

-- 
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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] Re: show/hide markerCluster Icon

2010-11-09 Thread Rainer Pansen
thanks for the answer,
the clusterer shouldn't recalculate the clusters.

i've got two categories of markers. blue and green.
i've got one clusterer for the blue and one for the green, and with
click on a checkbox i can show/hide the  all of the blue or all of the
green markers (depending on the checkbox).
This works for the "single markers". When a couple of markers are
clustered to one big marker i also want the "clustermarker" to be
hidden/shown with a click on the checkbox.
That doesn't work until now.
i hope that was understandable
thanks
peter

-- 
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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] Re: Applications requesting v3.0 of the Maps API will receive v3.1 from November 16th

2010-11-09 Thread Garito
Did you solve the print problems, for instance?

On Nov 8, 7:05 pm, Chad Killingsworth
 wrote:
> >  What is main areas, functions, objects of V3.0 to be at risk against
> > properly working in V3.1?
>
> From Luke: We do not believe that
> this will break existing sites that are still using 3.0.
>
> > What should we test, suggestions?
>
> Your basic map functions are a good place to start.
>
> > Is the maps initialization and
> > loading procedure in V3.1 the same as V3?
>
> Yes.
>
> Chad Killingsworth
>
>
>
> > Jurgis
>
> > On 8 nov., 07:02, "Luke (Google Employee)"  wrote:
>
> > > Hi everyone!
>
> > > On November 16th, version 3.0 of the API will be made unavailable, and
> > > all sites specifying 3.0 will be served 3.1. We do not believe that
> > > this will break existing sites that are still using 3.0.
>
> > > Developers should test their sites with 3.1 before this date to ensure
> > > compatibility.
>
> > > Thanks
>
> > > Luke

-- 
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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] Re: geocoding and API quotas with shared / cloud hosting

2010-11-09 Thread Johnster
Hey blob,


Below are my geocoding scenarios:


1. I get the geocode when the item is added into the system and its
stored for future distance calculations.
2. I get the geocode when someone searches for an item in a particular
area. I.e you search for something in "London or post code", then i get
the geocode of your search location and check the closest matched items
and display them ordered by closest items.


Additionally, I will be adding geocode caching this weekend, so google
API will hardly be called for geocoding. I don't think, traffic is the
issue. site went live few weeks back and its low traffic at the moment.


I will look into the premier version but can't see the pricing at the
moment. I will have to email google as my site is "non profit" project
and we just started this for fun and to be useful and after getting
annoyed with freecycle spammers. I will contact google for the premier
this weekend. Thanks for your help blob - appreciated!


Best,


J

-- 
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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] [API V3] confession tour + points

2010-11-09 Thread cobalt
Hey


Wpisz tekst lub adres witryny albo przetłumacz dokument.

Anuluj

My map looks like
http://webhost.home.pl/piotr/google_maps_test/index3.html
and wants to make sure this map also showed markers indicating where to
direct it, as is shown in this example
http://code.google.com/intl/pl/apis/maps/documentation/javascript/examples/directions-complex.html

how to combine into one? please help

-- 
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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] Re: Problem Integrating Google Maps With iPhone application developed with PhoneGap

2010-11-09 Thread iquanas88
You've saved me! It works fine now! Thank you very much!

Rossko ha scritto:
> > The center of the map seems going up, in
> > the left corner of the containing div, not aligned to the center of
> > the div, like it should be.
>
> This sounds like the usual behaviour when the map is in a zero-sized
> (hidden) div.
> One fix would be to run the maps resize method when it has been un-
> hidden

-- 
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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] Re: Is there no way to get a specific address component?

2010-11-09 Thread andholt
To add more detail on what I'm trying to do, I want the user to click
somewhere on the map, and get the city and state from the point they
clicked (which will then be inserted into text fields).

I can't be the only one that has ever done this, so before I write a
function to loop through the address component array one by one, is
there really no other way to directly get this data?

-- 
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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] Re: show/hide markerCluster Icon

2010-11-09 Thread Rossko
> This works pretty fine with the regular markers. Is there any
> possibilty to control the visibility of the Clustermarkers themselves?

I'm not sure what that means.   Do you want the clusterer to
recalculate its clusters after a change in visibility of markers?
Something like this
http://groups.google.com/group/google-maps-js-api-v3/browse_thread/thread/83f28a21e7fe8578/27370bfa62992f18

-- 
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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] Re: geocoding and API quotas with shared / cloud hosting

2010-11-09 Thread blob
Hello again,

I've just taken a look at your site too.

If I understand your application right, you have a lot of items
located at some places/locations. Do you already store the coords of
these locations or do you geocode them each time you need the coords?

-- 
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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] Re: Pixel Co ordinates of marker

2010-11-09 Thread Pil
How did you try to find out the pixel coords of the marker?
Are you using an OverlayView to access MapCanvasProjection?
Where is the link to the map that doesn't work as expected?




On Nov 9, 5:44 am, Aarthy Parthasarathy 
wrote:
> How do I find the pixel coordinates of Google Maps API v3 marker, in
> Chrome? The method fromLatLngToContainerPixel works in Firefox and IE
> but does not in Chrome. Could someone help me with that? Thanks.

-- 
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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] Re: parsing a google map URL to be used in the javascript API

2010-11-09 Thread Chad Killingsworth
This link has basically the same behavior: 
http://maps.google.com/maps?q=business+center+havnegade.
You could probably ignore the CID and reverse geocode the search term
(q).

Chad Killingsworth

On Nov 8, 9:09 pm, joju  wrote:
> hi there, is there a way to resolve or parse the google map embed URL
> so that the look and feel can be replicated using the javascript API?
> for example i have this URL "http://maps.google.com/maps?q=business
> +center
> +havnegade&hl=da&ved=0CDEQpQY&ei=KbfYTMX8L5HsvgO3mqHFCQ&sspn=0.075595,0.222 
> 988&ie=UTF8&view=map&cid=4420044108025175338&iwloc=A&sa=X",
> how can i use that URL so that when i load a map using the javascript
> API, it will have the same exact look?,,, this URL doesn't even have
> the latlng attribute but instead it uses the cid to locate a
> particular place, of which is not included in the javascript API how
> to load a map location using the CID value

-- 
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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] Re: geocoding and API quotas with shared / cloud hosting

2010-11-09 Thread blob
Be careful using the Yahoo geocoder. It has the same terms of use as
Googles geocoder. You must use it in conjunction with a Yahoo Map (see
Yahoo! Map
API Terms of Use, "you shall not (ix) use the stand-alone geocoder for
any use other than displaying Yahoo! Maps or displaying points on
Yahoo! Maps")

If you are using Google Premier (perhaps it is cheaper than a
dedicated IP) you will get a client ID (not a key). Quote from (http://
code.google.com/intl/en/apis/maps/documentation/premier/
guide.html#URLSigning): "this client ID is not a key. It will only
work from URLs which you authorize so you don't need to worry about
keeping it secret. Users of Google Maps API Premier no longer need to
register or provide an API key when using the Maps API or one of its
services."

Cheers

On 8 Nov., 17:06, Johnster  wrote:
> I'm building another site which uses V3 and this is a problem in V3
> too :( . I'm temporarily using Yahoo on failing Google. Would've been
> better if google Maps used the URL or even API key as the unique
> identifier to work out the number of calls / request to their API - I'm
> sure they have their reasons :). I looked into the client side but i
> really doubt it can work for me. I will spend some time and if i found
> a way, I shall post it here.
>
> Thanks!

-- 
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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] Knowing the total distance between two points

2010-11-09 Thread dave
Nel link
http://code.google.com/apis/maps/documentation/javascript/examples/directions-draggable.html
ho trovato il modo per poter aver la distanza totale fra due punti. Ma
qui mi mette la descrizione del percorso da un punto ad un altro.
Chiedo: è possibile avere solo l'informazione sul totale della
distanza senza le altre informazioni? Se si, come?

Many thanks to those who answer me
Davide

-- 
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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] show/hide markerCluster Icon

2010-11-09 Thread Rainer Pansen
Dear all,
I use MarkerClusterer on my map, and i`ve built some checkboxes , so
the user can control the visibility of the markers.
This works pretty fine with the regular markers. Is there any
possibilty to control the visibility of the Clustermarkers themselves?

Thank you very much for your help!
Regards
peter


-- 
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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] Default infowindow

2010-11-09 Thread nathanblogs
Hi,

I am trying to add the default infowindow that displays when you click
on a marker at http://maps.google.com/ how can I do this ?

-- 
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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] MouseOver Event on Clustermarker

2010-11-09 Thread Rainer Pansen
I'm working with ClusterMarkerer and API V3.
I'm tryin to  change the Clustermarker Icon and build a div Container
for some kind of tooltip, when the user hovers over the clustermarker
icon.

I've got no more ideas how to do that.
Thanks for any suggestions and pointers.

-- 
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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] Re: OVER_QUERY_LIMIT: Server access (Google App Engine)

2010-11-09 Thread blob
Hi Dave,

> Once we are in full production, the intention is (was?) to move over to
> Premier, but as I said earlier it's not clear from the documentation if
> the IP based limit is still enforced, or if you are then based on a
> keyed 100,000 requests.

If you are using Premier you will get a client ID (not a key). Quote
from (http://code.google.com/intl/en/apis/maps/documentation/premier/
guide.html#URLSigning):
"this client ID is not a key. It will only work from URLs which you
authorize so you don't need to worry about keeping it secret. Users of
Google Maps API Premier no longer need to register or provide an API
key when using the Maps API or one of its services."
Also for more details on the Premier you can take a look at the above
mentioned URL, most of your questions regarding the Premier should be
answered there. Especially the issue if it is IP related (no it is
not: "the use of your client id is restricted to a list of URLs that
you specifically authorize").

> On the other hand, *IF* signed requests for premier bypass this IP
> limit, why not let the smaller developer community have access to it-
> it'd help them find faults in this technology, wouldn't be used by all
> (or even most), and would make the transition from dev->live->paid for
> - seamless.

Well, that's a question that clearly must be answered by someone at
Google. But as far as I can tell (reverse) geocoding is very
"expensive" (in means of it takes a lot of resources). So I can
understand the limit of 2500 request per day for the "free" API.

> There ARE other service providers out there, and the best way for
> Google to capture the largest market share is by not annoying the
> developer community by making use of their services difficult!

Yes, that's true. But let me predict, if they will experience a too
frequent use of their geocoders (provided for free) they will also
decrease the number of requests per day (or have other limits)... Also
the Yahoo geocoding service does have its limits... (see Yahoo! Map
API Terms of Use, "you shall not (ix) use the stand-alone geocoder for
any use other than displaying Yahoo! Maps or displaying points on
Yahoo! Maps;")

Cheers

-- 
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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] Re: Sharing my Distance Widget and What's Around Me Widget

2010-11-09 Thread Ciul


On 8 nov, 08:05, "geocode...@gmail.com"  wrote:
> On Nov 8, 3:37 am, Ciul  wrote:
>
> > On 8 nov, 02:51, DaveGivesPHPaShot  wrote:
>
> > > Re error:
> > > I am on a French version of IE, but at work and I can't see which
> > > version of IE.
>
> > Thanks Dave.
> > May you upload a snapshot somewhere to see it please.
> > My code line 477 is in blank.
>
> You are probably looking at the wrong file. IE doesn't tell you what
> file the line is in.
>
> The only way I know of to determine that is to use Microsoft's script
> debugger on a machine that exhibits the error.
>
>   -- Larry

Still trying to reproduce the error and no success.

Debugging with developer tools from IE but everything seems Ok.
I could upload a few snapshots of the widget working at Chrome,
Mozilla and IE for you to see, no console errors.

And my code is only one file, the others are the MooTools framework
and the google maps file (which loads dinamically).
So can fix error if it's not in my code...if that should be the case.

Anyway, please someone try the widget with others browsers and tell me
if working.

Best regards

-- Ciul

-- 
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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.