Yahoo Map

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • parshupooja
    New Member
    • Jun 2007
    • 159

    #1

    Yahoo Map

    Hey all,

    I am working with asp.net c# and Sql server 2000. Everytime I am loading severl destination address in gridview. I have also crew address in database. crew is suppose to visit all the destination in gridview . I want to map all this destinations as marker one by one on yahoo map. I have gone through whole yahoo map api website but haven't found single example which show mapping based on database value.

    can anyone suggest how to map multipoints on yahoo map dynamically?

    thanks
  • Shashi Sadasivan
    Recognized Expert Top Contributor
    • Aug 2007
    • 1435

    #2
    You will have to build up entire javascripts so that it can communicate with the yahoo API,
    unfortunately yahoo does not provide a .net api because the basics is still to convert the requirenmts to javascript, that is how you have to communicatw with yahoo maps.

    There have always been 3rd party tools to communicate from C# to various Map Api's very smoothly. (dosent feel like writing a single line of javascript)

    Comment

    • parshupooja
      New Member
      • Jun 2007
      • 159

      #3
      I played alot with their javascript samples but I couldn't find a single one database driven example. I don'tknow how to map a Gridview address on map.
      any idea?

      Originally posted by Shashi Sadasivan
      You will have to build up entire javascripts so that it can communicate with the yahoo API,
      unfortunately yahoo does not provide a .net api because the basics is still to convert the requirenmts to javascript, that is how you have to communicatw with yahoo maps.

      There have always been 3rd party tools to communicate from C# to various Map Api's very smoothly. (dosent feel like writing a single line of javascript)

      Comment

      • Shashi Sadasivan
        Recognized Expert Top Contributor
        • Aug 2007
        • 1435

        #4
        you cannot send it datasources (they do not need to recieve objects which are made in a particular framework, and start figuring out which one it is, and what is the object type...not really their job)
        you would have to read each row of your datasource and create the javascripts dynamically to send the address across

        Comment

        Working...