Table of Contents

TMS FNC MapKit — Guides

Markers

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

Polygons

Use Polygons.Add (TTMSFNCMapKitPolygon) to add area overlays. Populate the Coordinates collection and set fill and stroke properties.

Map type

Choose between standard, satellite, and hybrid map types via Options.MapType.

Platform note

MapKit is only available when targeting macOS or iOS. On other platforms, use a different map component such as TTMSFNCGoogleMaps or TTMSFNCLeaflet.

See also