Hello guys,

i'm working on local host, so sorry can't send you a link to my map.
But i will try to explain my problem as clear as i can:

i have a basic map from example with loading Markers on it from
DataBase. And i combine this example with adding marker to database
and search form that convert Adrres to Lat, Lng.

So my map functionality that is working:
- i can add Marker to DB,
- i can load Markers from DB,
- i can search Map

I have text output of the adresses that already in database below my
map, and i want to put btn on each of this adress, so when i click on
it i will go to this adress (the same as search form functionality)

But the problem is, that when i use:
map.setCenter(37.4419, -122.1419, 13); - nothing happens

when i use map.setCenter(new GLatLng(37.4419, -122.1419), 13); it
works, but all my loaded marker disappeared.

looking for advice, thanks

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps API" group.
To post to this group, send email to google-maps-...@googlegroups.com.
To unsubscribe from this group, send email to 
google-maps-api+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-api?hl=en.

Reply via email to