Sharepoint Forum

 
Home » Forum » Sharepoint       Ask a questionRSS Feeds

Use Google map with Sharepoint List

  Asked By: Brandon Garcia         Date: Nov 10, 2009      Category: Sharepoint      Views: 398
 

In one of my sharepoint list I have no of records which is having
longitude and latitude. I want to display all these records on google
map at a glance and set a market depending on longitude and latitude
position.

I know I can display location for single record, but I want to show
thme at a glance.

Can any of the sharepoint guru can help me?

Tagged:            

 

2 Answers Found

 
Answer #1       Answered By: Cecil Mckenzie          Answered On: Nov 10, 2009       

I'm not familiar with the Google Maps API, but using Virtual Earth this is
possible.

In the web page code behind, read the applicable records  from the SharePoint
list. For each row in the results, add a
shape<msdn.microsoft.com/en-us/library/bb412419.aspx> to the map.

 
Answer #2       Answered By: Jaclyn Gordon          Answered On: Nov 10, 2009       

There are a few 3rd parties that have already created products around
this if you aren't looking to write it yourself - see Visual Fusion from
http://www.idvsolutions.com/ as one example.

 
Didn't find what you were looking for? Find more on Use Google map with Sharepoint List Or get search suggestion and latest updates.


Your Answer
  • Answer should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].