Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Add overlays myPolygon=[MKPolygon polygonWithCoordinates:points count:numberOfPoints]; [self.mapView addOverlay:myPolygon]; remove overlay [self.mapView removeOverlay:myPolygon];
ありがとう