Property | Type | Description | |
---|---|---|---|
Latitude | string | ||
LatitudeValue | double? |
Method | Description | |
---|---|---|
Equals ( object obj ) : bool | ||
GeoTagsEntry ( double lat, double lng ) : System | ||
GeoTagsEntry ( string lat, string lng ) : System | ||
GetHashCode ( ) : int | ||
ToLat ( double lat ) : string | ||
ToLng ( double lng ) : string | ||
ToString ( ) : string | ||
operator ( ) : bool |
Method | Description | |
---|---|---|
Equals ( |
protected Equals ( |
||
other | ||
return | bool |
public GeoTagsEntry ( double lat, double lng ) : System | ||
lat | double | |
lng | double | |
return | System |
public GeoTagsEntry ( string lat, string lng ) : System | ||
lat | string | |
lng | string | |
return | System |