SPFieldGeolocationValue constructor (String)

Initializes a new instance of the SPFieldGeolocationValue class based on the specified field value.

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

Syntax

'Declaration
Public Sub New ( _
    fieldValue As String _
)
'Usage
Dim fieldValue As String

Dim instance As New SPFieldGeolocationValue(fieldValue)
public SPFieldGeolocationValue(
    string fieldValue
)

Parameters

  • fieldValue
    Type: System.String

    The field value as a string in Well-Known Text format, for example, POINT(x y z m).

See also

Reference

SPFieldGeolocationValue class

SPFieldGeolocationValue members

SPFieldGeolocationValue overload

Microsoft.SharePoint namespace