C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / GeoMapLayer<T> Class
Members

GeoMapLayer<T> Class
Represents a map layer with geographical data.
Object Model
GeoMapLayer<T> Class
Syntax
'Declaration
 
Public Class GeoMapLayer(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.GeoMapLayer<T>

See Also