• JMap.Geolocation.isEnabled

    Returns false if the JMap Cloud NG Core library has been started with option that disable the geolocation.

    See startup parameter JCoreOptions.geolocationEnabled.

    Returns boolean

    Example

    // returns false if geolocation is disabled
    JMap.Geolocation.isEnabled()