On Jul 21, 9:04 am, Jenn <
slisj...@gmail.com> wrote:
> I have a text input box that you can type in an address, city, state,
> whatever. When you click off the box this function (changeLoc) is
> called to recenter the map on this new location. Very simple. But the
> "map.setCenter" doesn't work. The map reloads but stays at the old
> center (you can see it both on the map and in the popup - getCenter
> shows the old center still. Anyone see anything wrong? If it matters,
> there are markers on the map that after I recenter I delete and redraw
> - maybe I need to delete all markers before moving centers?
>
> ** Also, I notice people on these boards suggesting set_center. How is
> set_center any different than setCenter? I can't find any
> documentation on set_center but it doesn't throw an error.