Class GeocodingResult
Namespace: Unity.SunStudy
Syntax
public class GeocodingResult
Properties
FormattedAddress
Declaration
public string FormattedAddress { get; set; }
Property Value
Type | Description |
---|---|
String |
IsApproximate
Declaration
public bool IsApproximate { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
IsPartial
Declaration
public bool IsPartial { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
Latitude
Declaration
public float Latitude { get; set; }
Property Value
Type | Description |
---|---|
Single |
Longitude
Declaration
public float Longitude { get; set; }
Property Value
Type | Description |
---|---|
Single |