There are some improvements made to Tiki to take advantage of Google Maps.
(for Tiki version 1.10)
Items in a tracker can be geolocated:
Other similar features (which also Google Maps) could be introduced in your Tiki installation.
For instance, Panoramio, a photo-sharing community using Google Maps ("Discover the world through satellite photos" - http://www.panoramio.com).
This kind of simple feature could included through creating and using those two files in your tiki installation:
assign('lon',$lon); $smarty->assign('lat',$lat); $smarty->assign('zoom',$zoom); $smarty->assign('kind',$kind); $smarty->assign('mid','tiki-panoramio.tpl'); $smarty->display('tiki.tpl'); ?>
Map is grabbed with panoramio plugin.
This implementation uses v2 of the google map API, documented on http://www.google.com/apis/maps/documentation/reference.html