User Profile

Collapse

Profile Sidebar

Collapse
anirudha d
anirudha d
Last Activity: Apr 20 '11, 04:52 AM
Joined: Feb 8 '11
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Can we add marker in google Map using XY co ordinates

    Hi
    I am using Google map in my application.
    I am adding marker on Google map by using LAT/LONG of the point as shown below
    Code:
     var marker = new google.maps.Marker({ position: new google.maps.LatLng(LatValue,LongValue), map: map, title: MyTitle, icon:MyIcon });
    But it is found that in my case instead of LAT/LONG values , XY co ordinates are available.
    So can we plot marker using XY co ordinates something...
    See more | Go to post
    Last edited by Frinavale; Apr 25 '11, 10:27 PM. Reason: Added code tags. Please post code in code tags. Also, moved the question to the JavaScript forum since this is a JavaScript question.

  • Hi frinny,
    Thank you very much for the reply.
    i tried of taking panel instead of div.but its not working .When I put Runat="Server" ,its giving javascript null object error.
    See more | Go to post

    Leave a comment:


  • Why doesn't Google Map in User control work for multtiple instances?

    Hi,
    I have created user control which contains google map .
    code in user control is as follows
    Code:
    <script type="text/javascript" language="javascript">
    var map;
    fucntion intialize(){
      map = new google.maps.Map(document.getElementById("map_canvas"), mapOptions);
            
            //set the default center
           map.setCenter(myLatlng);
            //set
    ...
    See more | Go to post
    Last edited by Frinavale; Feb 9 '11, 03:26 PM. Reason: Please post code in [code] .... [/code] tags.

  • how to Usercontrol multiple instances on page with common javascript functionality

    I am having user control multiple instances on same page. user control is embeded with javascript functionality.

    for eg.

    <script type="text/javascript" language="javas cript">

    var Global_variable 1,Global_Variab le2;



    function CommonFunction( ){
    }

    </script>

    i am calling this function from .ascx.cs like...
    See more | Go to post
No activity results to display
Show More
Working...