mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-18 16:54:25 +08:00
support clicking on map to set specified geographic location
This commit is contained in:
@@ -31,6 +31,10 @@ export function getMapWebsite(): string {
|
||||
return mapProvider?.getWebsite() || '';
|
||||
}
|
||||
|
||||
export function isSupportGetGeoLocationByClick(): boolean {
|
||||
return mapProvider?.isSupportGetGeoLocationByClick() || false;
|
||||
}
|
||||
|
||||
export function createMapInstance(): MapInstance | null {
|
||||
return mapProvider?.createMapInstance() || null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user