Hi Johan,
Thank you SO much for taking the time to help answer my questions! You
have provided excellent and beneficial resources, and it is so
generous of you to help.
The good news is that I did find a solution for my Google Maps
project. I have learned a lot these past few weeks. I was using Google
Maps v2 with API keys, but now I have switched to v3 without keys.
Answers to my questions were found in video clips and slides from
Google Developer Day 2010. In addition, there was documentation I
missed earlier in my research. If you're interested, these resources
can be found below:
http://www.google.com/events/developerday/2010/sao-paulo/sessions/google-geo-new-features.html
http://code.google.com/apis/maps/documentation/javascript/overlays.html
I also corrected my Latitude and Longitude with this web tool:
http://universimmedia.pagesperso-orange.fr/geo/loc.htm
I like the tool you provided better because it has more features, so
thank you.
I'm just currently trying to figure out how to use multiple markers
that popup windows in v3, so I have to do more research on this yet.
I truly appreciate your time and help. :)
Thank you,
Maria
On May 11, 12:08 pm, Johan Säll Larsson <
johansalllars...@gmail.com>
wrote:
> "I've been careful in transferring the code, but I keep receiving a
> blank frame. The map doesn't show up in the frame. I receive the same
> blank frame if I try the Map with Directions. "
>
> Are you using google loader? If so it might be a api key issue? Do you
> get any javascript errors? If you could send me the code it would be
> much easier to spot the issue. Paste it here or email me the code.
>
> " However, what I too notice is that I am limited
> to making the map a constrained width and height. It doesn't span the
> size of the screen"
> Use height:100% in the CSS. seehttp://
groups.google.com/group/jquery-ui-map-discuss/browse_thread/th....
>
> "Any recommendations on additional
> documentation, tutorials, videos, and reading? "
http://groups.google.com/group/jquery-ui-map-discuss/browse_thread/th...http://code.google.com/p/jquery-ui-map/wiki/Overviewhttp://code.google.com/p/jquery-ui-map/wiki/Examples
>
> "In addition, my latitude and longitude numbers are off, and I'm
> confused about how else to find this data other than the source code
> provided by linking a Google map to a basic web page."
>
> How did you find your long lat in the first place? Use the search
> method to find lat long. You can alert the result out or console.log()
> it out if you are using chrome of ff. Or use eg.
http://www.getlatlon.com/.