Answer the question
In order to leave comments, you need to log in
How to draw an area on Yandex MapKit iOS maps?
Good day. There was a need to draw an area on Yandex maps. The most accurate example of what needs to be done is the CYAN application.
Through touchesBegan/Moved/Ended
do UIBezierPath
. Based on it, I make CAShapeLayer
and add it to the map
[[self.mapView layer] addSublayer:self.shapeLayer];
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question