Skip to content

Latest commit

 

History

History

MeasureToolbar

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

MeasureToolbar

The MeasureToolbar provides an all-in-one toolbar that you can add to your application to give your user full measure capabilities. The user can sketch on the associated map view and get immediate feedback with geodetic measurements for length or area.

Usage

let measureToolbar = MeasureToolbar(mapView: mapView)
view.addSubview(measureToolbar)

To see it in action, try out the Examples and refer to MeasureExample.swift in the project.