UNPKG

@igo2/geo

Version:
6 lines (5 loc) 217 B
export declare class GoogleLinks { static getGoogleMapsCoordLink(lon: any, lat: any): string; static getGoogleStreetViewLink(lon: any, lat: any): string; static getGoogleMapsNameLink(name: any): string; }