From f8239ebff69f2e5f66c06d61ac72d186fd64f234 Mon Sep 17 00:00:00 2001 From: Matthew Kalinin Date: Thu, 6 Jun 2024 17:11:30 +0300 Subject: [PATCH] Add publick getter for coordinates in default marker --- src/markers/MMapDefaultMarker/index.ts | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/markers/MMapDefaultMarker/index.ts b/src/markers/MMapDefaultMarker/index.ts index 83237a6..6b81aa1 100644 --- a/src/markers/MMapDefaultMarker/index.ts +++ b/src/markers/MMapDefaultMarker/index.ts @@ -1,4 +1,4 @@ -import {MMapMarker, MMapMarkerProps} from '@mappable-world/mappable-types'; +import {LngLat, MMapMarker, MMapMarkerProps} from '@mappable-world/mappable-types'; import {IconColor, IconName, iconColors, icons} from '../../icons'; import {MMapPopupContentProps, MMapPopupMarker} from '../MMapPopupMarker'; import {MMapDefaultMarkerReactifyOverride} from './react'; @@ -77,6 +77,10 @@ export class MMapDefaultMarker extends mappable.MMapComplexEntity