Table of Contents

Property longLat

Namespace
Pinwheel.Vista.RealWorldData
Assembly
Pinwheel.Vista.RealWorldData.Runtime.dll

longLat

Geographic area, in longitude and latitude, used when this asset requests data.

public GeoRect longLat { get; set; }

Property Value

GeoRect

Remarks

This value is also used by the convenience request-and-save methods that do not take an explicit area parameter. Pinwheel.Vista.RealWorldData.DataProviderAsset.OnValidate() prevents zero-width or zero-height rectangles by expanding degenerate bounds slightly.