[Google Maps API v3] KmlLayer Now Filled

2012-06-02 Thread Charlie
I notice this morning that KmlLayers that I use to identify the boundary of 
Bullitt County KY are now being filled in with a blue color. Example is 
at http://bullittcountyhistory.org/if/andersonx.html . Is there a way to 
turn off the fill? All I want is the county boundary in blue.

-- 
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/-/OQY_VuYmecgJ.
To post to this group, send email to google-maps-js-api-v3@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: Unable to Get Directions

2012-01-22 Thread Charlie Perena
Manage to get it working but I have like 16 waypoints and from I have
read it only works on enterprise ed. . .

On Jan 23, 11:34 am, Charlie Perena  wrote:
> Hello. I am trying to get the direction via coordinates that I have
> but it always points me to 'failed to get directions'.
>
> Here's the example.
>
> http://jsfiddle.net/nXhPj/
>
> 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-v3@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] Unable to Get Directions

2012-01-22 Thread Charlie Perena
Hello. I am trying to get the direction via coordinates that I have
but it always points me to 'failed to get directions'.

Here's the example.

http://jsfiddle.net/nXhPj/

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-v3@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] Strategy geocode V2 accuracy vs V3

2011-11-07 Thread Charlie Tomlinson

  
  
I'm just starting to convert
  an app from V2 to V3 that relies on geocoding an address or
  lat/lng in order to generate directions to nearest hospital.
V2 geocode results provided
  an "accuracy" scale that doesn't appear to be in V3. When
  accuracy in V2 was 8 I could rely on using the returned
  result, and if it was lower user was given option to drag
  marker to attempt to improve on address quality in order to
  request directions from that location. 
I'm now trying to parse my
  own accuracy in V3 using following params
result.types
  result.partial_match
  result.geometry.location_type

I'm surprised the V3
  geocoder doesn't provide an accuracy scale the way V2 did. If
  anyone can provide any feedback on creating an "accuracy" test
  would be greatly appreciated
My starting point is
  something like:
if(
  types[0]=='street_address' && ! partial_match
  && geometry.location_type=='ROOFTOP'){
    accuracy=10;
}

same as above but with
  partial match => accuracy = 9

etc

  




-- 
You received this message because you are subscribed to the Google Groups "Google Maps _javascript_ API v3" group.
To post to this group, send email to google-maps-js-api-v3@googlegroups.com.
To unsubscribe from this group, send email 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 Display on iPhone Issue

2011-05-14 Thread Charlie
I am trying to create a script to display a map on a popup window on
the computer or a full screen map on the iphone. The script I am using
is...

var useragent = navigator.userAgent;
  if (useragent.indexOf('iPhone') != -1 ||
useragent.indexOf('Android') != -1 ) {
document.write("");
  } else {
document.write("");
}

It works fine on the computer, but the map is ignored on the iphone
window. Example file is located at http://www.gensoup.org/launch.html
which has a link to target.html which is supposed to display the map.

What am I doing wrong?

Thanks,
Charlie

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps JavaScript API v3" group.
To post to this group, send email to google-maps-js-api-v3@googlegroups.com.
To unsubscribe from this group, send email 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] iPhone display of in-page google maps

2011-03-03 Thread Charlie
Recently got an iPhone and discovered that my pages with google maps
don't display properly. They always appear in larger font than
expected, and then the map doesn't perform as expected. Example pages
are http://bullittcountyhistory.org/cem/sections.html and
http://bullittcountyhistory.org/cem/shepherdsville.html . I tried to
find some help in the discussions here, but I'm confused about what
the problem is as well as how to fix it. Please help.
Thanks,
Charlie

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps JavaScript API v3" group.
To post to this group, send email to google-maps-js-api-v3@googlegroups.com.
To unsubscribe from this group, send email 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] Is it possible to have collaboration on a custom google map?

2010-12-22 Thread Charlie Truong
My friends and I are looking to collaborate for fun on a fantasy world map.  
Was thinking to use the Google Map API to view the map.  However, is it 
possible to collaborate on a custom map using custom tiles or a custom 
overlap?

That is, once the custom map is up and running, can my friends insert their 
own pushpins and edit the associated infoboxes without digging into the 
code?  Just using the standard Google Maps interface for adding places.


-- 
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: Changing markers on mouseover and mouseout

2010-11-02 Thread Charlie
Thanks Larry. Your v3 example of Mike's code helped me figure it out.
See http://bullittcountyhistory.org/bchistory/wr/wrmap.html for the
result.

Charlie

-- 
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: Changing markers on mouseover and mouseout

2010-11-01 Thread Charlie
That almost does it. However, I need for the icon to change color as
well when the cursor is over the place name in the right side box. It
works that way under v2. Thanks for any help you can offer.

On Nov 1, 7:42 pm, "geocode...@gmail.com" 
wrote:

> Have you tried the documentation?
> There is a setIcon method of the 
> marker:http://code.google.com/apis/maps/documentation/javascript/reference.h...
>
> It seems to do that:http://www.geocodezip.com/v3_MW_example_hoverchange.html
>
>   -- 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] Changing markers on mouseover and mouseout

2010-11-01 Thread Charlie
I used Mike's example at http://econym.org.uk/gmap/example_hoverchange75.htm
to help create the page at 
http://bullittcountyhistory.org/bchistory/wr/wrmap.html
with V2. Now I'm in the process of upgrading to V3 and have not found
a way to create the marker changes with mouseover and mouseout. Is
this possible in V3?

Thanks,
Charlie

-- 
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.