Method RequestColorMap
- Namespace
- Pinwheel.Vista.RealWorldData
- Assembly
- Pinwheel.Vista.RealWorldData.Runtime.dll
RequestColorMap(GeoRect)
Starts a color-map request for the specified geographic area.
public virtual DataRequest RequestColorMap(GeoRect gps)
Parameters
gpsGeoRectRequested longitude/latitude bounds.
Returns
- DataRequest
A request object that yields until the provider finishes. The base implementation returns an already completed empty request so subclasses can opt in only to the data types they support.