Converts from a string to a Point representing a geographic coordinate and back.

Namespace:  C1.Phone.Maps
Assembly:  C1.Phone.Maps (in C1.Phone.Maps.dll)

Syntax

C#
public class LatLongConverter : TypeConverter
Visual Basic
Public Class LatLongConverter _
	Inherits TypeConverter

Remarks

When converting from a string, LatLongConverter accepts any of the formats defined by LatLongFormat.

Inheritance Hierarchy

System..::..Object
  System.ComponentModel..::..TypeConverter
    C1.Phone.Maps..::..LatLongConverter

See Also