We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Добрый день подскажите, мне нужно на клик по маркеру менять его содержимое (например текст) как я могу это сделать ?
у меня есть let collection = mapView?.mapWindow.map.mapObjects.addClusterizedPlacemarkCollection(with: self)
let collection = mapView?.mapWindow.map.mapObjects.addClusterizedPlacemarkCollection(with: self)
но collection?.remove(with: mapObject) вроде работает, но карта не обновляется
collection?.remove(with: mapObject)
при этом collection?.clear() удаляет маркер и карта обновляется (очищается)
collection?.clear()
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Добрый день
подскажите, мне нужно на клик по маркеру менять его содержимое (например текст)
как я могу это сделать ?
у меня есть
let collection = mapView?.mapWindow.map.mapObjects.addClusterizedPlacemarkCollection(with: self)
но
collection?.remove(with: mapObject)
вроде работает, но карта не обновляетсяпри этом
collection?.clear()
удаляет маркер и карта обновляется (очищается)The text was updated successfully, but these errors were encountered: