Table of Contents

TMS FNC Leaflet — Guides

Tile layers

Add custom tile layers via TileLayers.Add (TTMSFNCLeafletTileLayer) and set the tile URL template. Multiple tile layers can be stacked.

Markers

Add markers via Markers.Add and set Coordinate.Latitude, Coordinate.Longitude, and Title.

Polygons and polylines

Use Polygons.Add (TTMSFNCLeafletPolygon) and Polylines.Add (TTMSFNCLeafletPolyline) to add area and route overlays.

Heat maps

Add a heat map via HeatMaps.Add (TTMSFNCLeafletHeatMap) and populate WeightedCoordinates.

See also