GoogleMapPlugin
This plugin isn't bundled with any XWiki product by default.
Plugin contributed by Yasser Ganjisaffar and Cristina Lopes.
This plugin can be downloaded.
Plugin contributed by Yasser Ganjisaffar and Cristina Lopes.
This plugin can be downloaded.
GoogleMap Plugin
A plugin that shows the location of a given point on a Google Map.Installation
Apply for a Google Map API Key. Edit your WEB-INF/xwiki.cfg file as follows:xwiki.plugins=[...],edu.uci.ics.mondego.wiki.plugin.map.MapPlugin GoogleMapAPIKey=ABQIAAAAr49IzmOYGFMU4Y9yosQssxQLFvgphtu0uU9uKgDGzM3LXgn_VRQaZh4SI5A0OVhzYMpxpnC-PBeWrQ
Usage
$xwiki.MapPlugin.getPointMap($latitude, $longitude, $zoom, $title)
Example
$xwiki.MapPlugin.getPointMap(33.655016, -117.844766, 8, "Irvine, CA, USA")Result
(The following is only an image, the real result would be interactive)