GeoPoint Class
GeoPoint is describing a marker on the map.
Namespace:
Xafari.Base
Assembly: Xafari (in Xafari.dll)
- c#
- VB
[DomainComponent()] public class GeoPoint : INameSupport, IDescriptionSupport, INotifyPropertyChanged
<DomainComponent> _
Public Class GeoPoint
Implements IDescriptionSupport, INotifyPropertyChanged, INameSupport
End Class
Name | Description | |
---|---|---|
![]() |
GeoPoint() | |
![]() |
GeoPoint(decimal, decimal, string, string) |
Name | Description | |
---|---|---|
![]() |
Description | The description of the marker. |
![]() |
Latitude | The latitude of the marker. |
![]() |
Longitude | The longitude of the marker. |
![]() |
Name | The name of the marker. |
Name | Description | |
---|---|---|
![]() |
OnPropertyChanged(PropertyChangedEventArgs) | |
![]() ![]() |
Parse(object) | This method is parsing data stored in DB in one field in specific format. Need for GeoPointConverter. |
![]() |
ToString() | Thish method is describing the text format for storing GeoPoint in DB in one field. Need for GeoPointConverter. |
Name | Description | |
---|---|---|
![]() |
GetListValueByTerm<TDetails>(this object, string) | Obsolete. (Defined by TypeExtensions). |
![]() |
GetValueByTerm<TValue>(this object, string) | Obsolete. (Defined by TypeExtensions). |
![]() |
Session(this object, bool) | Obsolete. Returns Session for specified object. (Defined by SessionExtensions). |
![]() |
SetValueByTerm<TValue>(this object, string, TValue) | Obsolete. (Defined by TypeExtensions). |
Name | Description | |
---|---|---|
![]() |
PropertyChanged |
Windows Phone 8.1, Windows Phone 8, Windows 8.1, Windows Server 2012 R2, Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.