Properties
Optional coordsToLatLng
coordsToLatLng: function
Defined in src/typings/leaflet/leaflet.d.ts:980
Optional filter
filter: function
Defined in src/typings/leaflet/leaflet.d.ts:973
Type declaration
( featureData: any , layer: ILayer ) : boolean
Parameters
Returns boolean
Optional onEachFeature
onEachFeature: function
Defined in src/typings/leaflet/leaflet.d.ts:968
Type declaration
( featureData: any , layer: ILayer ) : void
Optional pointToLayer
pointToLayer: function
Defined in src/typings/leaflet/leaflet.d.ts:956
Optional style
style: function
Defined in src/typings/leaflet/leaflet.d.ts:962
Legend
Module
Object literal
Variable
Function
Function with type parameter
Index signature
Type alias
Enumeration
Enumeration member
Property
Method
Interface
Interface with type parameter
Constructor
Property
Method
Index signature
Class
Class with type parameter
Constructor
Property
Method
Accessor
Index signature
Inherited constructor
Inherited property
Inherited method
Inherited accessor
Protected property
Protected method
Protected accessor
Private property
Private method
Private accessor
Static property
Static method
Function that will be used for converting GeoJSON coordinates to LatLng points (if not specified, coords will be assumed to be WGS84 � standard[longitude, latitude] values in degrees).