IoT Developers and the MVP Program

SharePoint 2013 on-prem ships with a little known functionality called Geolocation. It provides the
ability to show maps (spatial data) directly within a list, library or a page using the Geolocation site column. Imagine having a list of your sales representatives, partners, locations, etc in a list and being able to show their location directly on a map within SharePoint.
Check out the video to see how to make this work.
For this to work, I believe this requires the creation of the custom column through installation of the SQL server SQLSysClrTypes.msi on every SharePoint front-end web server. You could also deploy it through Visual Studio. Here are a couple of links on how to set this up:
https://msdn.microsoft.com/en-us/library/office/jj164050.aspx?f=255&MSPPError=-2147217396
http://sympmarc.com/2014/08/27/adding-geolocation-columns-to-sharepoint-lists/