We are using C#, Asp.net, Visual Studio 2010 on Go Daddy. I have a google map linked to our website. What I need some help with is, we have around 15-20 markers on google map that are very close together. Thus making it difficult to click on the right marker.
So what we want to have is some link buttons or some type of text or hyperLink on the side of the map, so when you click that button, text, or hyperlink, the marker on the google map will pop-up. I know it's possible, since I've seen it on a website, but I'm
not sure where to start. Any key words or references or code that can help? Thanks.
asnjduarte
Member
2 Points
10 Posts
Google maps and LinkButton
Apr 18, 2012 04:53 AM|LINK
We are using C#, Asp.net, Visual Studio 2010 on Go Daddy. I have a google map linked to our website. What I need some help with is, we have around 15-20 markers on google map that are very close together. Thus making it difficult to click on the right marker. So what we want to have is some link buttons or some type of text or hyperLink on the side of the map, so when you click that button, text, or hyperlink, the marker on the google map will pop-up. I know it's possible, since I've seen it on a website, but I'm not sure where to start. Any key words or references or code that can help? Thanks.
krishdsouza
Member
250 Points
50 Posts
Re: Google maps and LinkButton
Apr 18, 2012 05:42 AM|LINK
try with higher default zoom level.
or refer:
http://www.codeproject.com/Articles/24468/Google-Maps-Control-for-ASP-NET-Part-1
asnjduarte
Member
2 Points
10 Posts
Re: Google maps and LinkButton
Apr 19, 2012 09:46 AM|LINK
Thanks for the reply, I'll play around with the code. It doesn't look very simple, this may be a while :).