barsa-develop-components 2.3.35 → 2.3.36
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/index.d.ts
CHANGED
|
@@ -911,9 +911,11 @@ declare class BarsaGeographicLocationComponent extends BaseComponent implements
|
|
|
911
911
|
private _navigatorOptions;
|
|
912
912
|
ngOnChanges(changes: SimpleChanges): void;
|
|
913
913
|
ngAfterViewInit(): void;
|
|
914
|
-
onLongPress(latlng: {
|
|
915
|
-
|
|
916
|
-
|
|
914
|
+
onLongPress({ latlng }: {
|
|
915
|
+
latlng: {
|
|
916
|
+
lat: number;
|
|
917
|
+
lng: number;
|
|
918
|
+
};
|
|
917
919
|
}): void;
|
|
918
920
|
onCurrentLocation(): void;
|
|
919
921
|
onFullscreen(): void;
|