constant IP_GEOLOC_RECENT_VISITORS_MAP_OPTIONS in IP Geolocation Views & Maps 8
Same name and namespace in other branches
- 7 ip_geoloc.module \IP_GEOLOC_RECENT_VISITORS_MAP_OPTIONS
7 uses of IP_GEOLOC_RECENT_VISITORS_MAP_OPTIONS
- IpGeoLocAPI::outputMapMultiLocation in src/
Services/ IpGeoLocAPI.php - Outputs an HTML div placeholder into which will be injected a Google map.
- IpGeoLocPluginStyleMap::buildOptionsForm in src/
Plugin/ views/ style/ IpGeoLocPluginStyleMap.php - Provide a form to edit options for this plugin.
- IpGeoLocPluginStyleMap::render in src/
Plugin/ views/ style/ IpGeoLocPluginStyleMap.php - Transform the View result in a list of markers and render these on a map.
- ip_geoloc_output_map_multi_location in ./
ip_geoloc_api.inc - Outputs an HTML div placeholder into which will be injected a Google map.
- ip_geoloc_output_map_multi_visitor in ./
ip_geoloc_api.inc - Outputs an HTML div placeholder into which will be injected a map.
File
- ./
ip_geoloc.module, line 24 - 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_RECENT_VISITORS_MAP_OPTIONS', '{"mapTypeId":"roadmap", "disableDefaultUI":true, "zoom":2, "zoomControl":true, "scaleControl":true}');