On Sep 4, 6:14 pm, Ben <[email protected]> wrote:
> Hi everybody,
>
> I am new to google maps so please bear with me. I am hoping to upgrade
> this mapping project to the V3 API :http://livingnewdeal.berkeley.edu/map/
>
> I am working with a local copy, but created a testing site so
> hopefully someone can help me troubleshoot this problem. New map with
> API V3: benhass.com/testing/map/
>
> showAddressOld() function was used for V2, and I am now working on
> showAddress() . I can see in Firebug that the new function is creating
> markers, however they are not displaying on the map for some reason. I
> know I must be missing something obvious. Can anyone point me in the
> right direction?

in v3 the map.addOverlay method is replaced by the marker.setMap(map)
method, or by including the map definition in the options object that
you use to initialize the map.

You don't do either (and you can't because your map variable is local
to the initialize funciton...)

  -- Larry

>
> Thanks in advance,
> Ben
>

-- 
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 [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.

Reply via email to