• Convert a longitude/latitude point into a URL that will open Google Maps to the desired x/y location.

    Parameters

    • lon: number

      The longitude of the desired point location in the 3rd party map.

    • lat: number

      The latitude of the desired point location in the 3rd party map.

    • googleLaunchType: GoogleLaunchType

      The desired Google Maps mode.

    • basemapOption: GoogleBasemaps = 'roadmap'

      Only applicable if the googleLaunchType param is set to "maps". Sets the default basemap in google maps.

      Read More...

    Returns string

Generated using TypeDoc