C1.Web.Mvc Namespace / GeoGridLayer<T> Class
Members

GeoGridLayer<T> Class
Represents a map layer with grid for geographical data.
Object Model
GeoGridLayer<T> ClassColorScale ClassSVGStyle Class
Syntax
'Declaration
 
Public Class GeoGridLayer(Of T) 
   Inherits ExtraMapLayer(Of T)
 
Type Parameters
T
Inheritance Hierarchy

System.Object
   C1.Web.Mvc.MapLayerBase<T>
      C1.Web.Mvc.ExtraMapLayer<T>
         C1.Web.Mvc.GeoGridLayer<T>

See Also