SPFieldGeolocation class

Represents a field that contains geographical location values.

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.SPField
    Microsoft.SharePoint.SPFieldGeolocation

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Class SPFieldGeolocation _
    Inherits SPField
'Usage
Dim instance As SPFieldGeolocation
public class SPFieldGeolocation : SPField

Remarks

This field is tied to the Bing Maps Control for Rendering, therefore if you want to use any other Map provider you should override the client-side rendering (CSR) for this field.

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

SPFieldGeolocation members

Microsoft.SharePoint namespace