Skip to content
New issue

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

#20 Add dummy marker storage service #36

Merged
merged 5 commits into from
Jan 4, 2021
Merged

#20 Add dummy marker storage service #36

merged 5 commits into from
Jan 4, 2021

Conversation

natlex-to-me
Copy link
Collaborator

No description provided.

}

addMarker(evnt: google.maps.MouseEvent) {
this.markerPositions.push(evnt.latLng);
const newMarker = <Marker>{
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@natlex-to-me буквально на днях в картах поменялись типы, теперь этот тип называется google.maps.MapMouseEvent. Скорее всего, еще стоит обновить пакет

Copy link
Collaborator Author

@natlex-to-me natlex-to-me Dec 26, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@artfulsage при обновлении пакета @types/googlemaps@3.43.0 возникает проблема

 Namespace 'google.maps' has no exported member 'MouseEvent'.

Подробности тут DefinitelyTyped/DefinitelyTyped#50253

artfulsage
artfulsage previously approved these changes Dec 28, 2020
@artfulsage artfulsage merged commit 4f6ae4f into master Jan 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Сервис возврата координат и сохранения
2 participants