map_resolve_user_location

enables/disables prompts asking the user to share his location for displaying on the map

boolean map_resolve_user_location;

Example

scheduler.config.map_resolve_user_location = false;
...
scheduler.init('scheduler_here',new Date(2013,05,11),"week");


Default value:

true
Applicable views:Map View
Details

The property requires the map_view plugin to be activated.

Some browsers open up the opportunity to determine the user's location. And if this option is set to true, such opportunity will be offered while the map is being loaded.

Back to top