Skip to main content

map_resolve_user_location

Description

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

map_resolve_user_location: boolean

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

note

The property requires the map_view plugin to be activated.

You can also specify the resolve_user_location setting inside the map_settings configuration object.

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

Need help?
Got a question about the documentation? Reach out to our technical support team for help and guidance. For custom component solutions, visit the Services page.