You are here

constant IP_GEOLOC_CURRENT_VISITOR_MAP_OPTIONS in IP Geolocation Views & Maps 8

Same name and namespace in other branches
  1. 7 ip_geoloc.module \IP_GEOLOC_CURRENT_VISITOR_MAP_OPTIONS
3 uses of IP_GEOLOC_CURRENT_VISITOR_MAP_OPTIONS
CurrentVisitorMapBlock::blockForm in src/Plugin/Block/CurrentVisitorMapBlock.php
CurrentVisitorMapBlock::build in src/Plugin/Block/CurrentVisitorMapBlock.php
Builds and returns the renderable array for this block plugin.
ip_geoloc_output_map_current_location in ./ip_geoloc_api.inc
Outputs an HTML div placeholder into which is injected a map.

File

./ip_geoloc.module, line 23
IPGV&M is a mapping engine for Views that contain locations of entities and/or visitors. Google Maps, Leaflet and OpenLayers2 maps are all supported and available through this module. Using a number of optional sources IPGV&M also retrieves…

Code

define('IP_GEOLOC_CURRENT_VISITOR_MAP_OPTIONS', '{"mapTypeId":"roadmap", "disableDefaultUI":true, "zoom":15, "zoomControl":true}');