Works like a charm. Thanks Larry!
On Aug 23, 2010, at 6:57 PM, geocode...@gmail.com wrote:
> On Aug 23, 12:32 pm, DGiglio wrote:
>> Hi all,
>>
>> My map was only intermittently showing it's markers, when I realized
>> that it has to do with using the www. prefix in the browser. I'm not
>> sure
Hey,
There is a new feature on google maps where you can drop at lat/lng marker.
This would be useful for just doing a few of these, if that is all you need.
On the top right of google maps there is a little green marker that says 'new!'
next to it. click that and it brings up a menu of feature
cool, thank you. Sorry, I should have looked it up.
On Jul 26, 2010, at 5:08 PM, geocode...@gmail.com wrote:
> On Jul 26, 1:56 pm, David Giglio wrote:
>> I'm getting the hang of this, but am confused about when I can use certain
>> functions. For instance, why doe
I'm getting the hang of this, but am confused about when I can use certain
functions. For instance, why does bounds here return undefined? It seems like I
have to wait for the map to fully appear, but I don't understand...does the map
loading completely trigger an event I can use to put my code
ah, very cool. Thank you.
On Jul 23, 2010, at 12:31 PM, Rossko wrote:
>> Is there a way to grab a list of all the coordinates of, say, all the
>> administrative districts, within the displayed map bounds?
>
> Yes, but not from Google
> Example
> http://www.census.gov/geo/www/cob/co2000.html
>
Is there a way to grab a list of all the coordinates of, say, all the
administrative districts, within the displayed map bounds?
Also, does google have polyline boundaries of cities available, or just a
central point?
The LA Times, for instance, has a really amazing (if not depressing) homicide
I'm not really sure how you got the quotes there, but here is how I managed the
issue - as you can see, I had an array called 'nearby_info' that had
name/title, latitude and longitude in it - I just spit that out piece by piece,
as opposed to trying to print out one line with it. It's not prett