GeoCoordinateConverter.ConvertFrom Method (ITypeDescriptorContext, CultureInfo, Object)

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Converts the specified object to GeoCoordinate.

Namespace:  Microsoft.Phone.Maps.Controls
Assembly:  Microsoft.Phone.Maps (in Microsoft.Phone.Maps.dll)

Syntax

Public Overrides Function ConvertFrom ( _
    context As ITypeDescriptorContext, _
    culture As CultureInfo, _
    value As Object _
) As Object
public override Object ConvertFrom(
    ITypeDescriptorContext context,
    CultureInfo culture,
    Object value
)

Parameters

Return Value

Type: System..::.Object
The converted GeoCoordinate object.

Version Information

Windows Phone OS

Supported in: 8.1, 8.0

See Also

Reference

GeoCoordinateConverter Class

ConvertFrom Overload

Microsoft.Phone.Maps.Controls Namespace