SharePoint 2013 two new columns "GeoLocation and Related Items"
GeoLocation Related Items (You will find this column in Task list) GeoLocation Integrating location and map features SharePoint 2013 introducing new column type “geolocation”; New column GEO location added help to specify the location using BING map. By default this column not visible in the UI. You can add this column by code also available in MSDN link http://code.msdn.microsoft.com/office/SharePoint-2013-Add-a-d3fa8288/sourcecode?fileId=67748&pathId=1981093371 Above link shows how to create the geolocation using the Client object model. private static void AddGeolocationField() { // change "http:// localhost" with your sharepoint server name ClientContext context = new ClientContext(@"http://Mysite"); //Replace the <List Title> with valid list name. List oList = context.Web.Lists.GetByTitle("GeoLocationlist"); //DisplayName will be displayed as the nam