Fishcakes Google Maps Notes
From Fishcakes Wiki
This page contains Fishcakes Google Maps Notes on installations plus on-going Research.
Contents |
Fishcakes Google Map API Keys
- Fishcakes.biz API Key
ABQIAAAAYBB_NyS1YelEH_91Z4JRxRQuupcTa_IPW4jcX42yqglUl86kDRS55K-KIrqNhADVKdv-_Pi13N24KQ
- FishcakesMedia.com API Key
ABQIAAAAYBB_NyS1YelEH_91Z4JRxRSSyv2-VIOZ6cnIUq6QvK6yM8RUwhQq1vHp7VidOty5W4zlcxlbuCw4nA
- Wiki.FishcakesMedia.com API Key
ABQIAAAAYBB_NyS1YelEH_91Z4JRxRShWZr1VGeTcrzIqpIjU5K_y5hlnhT4ghAIImUYxurE1mkyS8naYVQisA
- DanSalmon.info API Key
ABQIAAAAYBB_NyS1YelEH_91Z4JRxRTPO8D1fuP4Dvehrkb7tbDtd9g_0xTVWArpb3eavxmG2-67-ZM8bD7Geg
- DanSalmon.dyndns.org API Key
ABQIAAAAYBB_NyS1YelEH_91Z4JRxRRC3hDrkNx8wrzil_PArfl5N6KsMxRI90MqNp6JpSAIwTvuCeOZVQmebQ
- VernaSalmon.com API Key
ABQIAAAAYBB_NyS1YelEH_91Z4JRxRQDGQCJbDSJEyuSsgKLIjJ73JHMGRTmDuM6KXqP3qinbMxvEuAI6vmzyQ
- Verna.RichSalmon.com API Key
ABQIAAAAYBB_NyS1YelEH_91Z4JRxRSX9VbP68SlEqcGO9okrjykwdxvcRTIKqk44W9-Xip3t-7JQ778QuZVwA
- CubittArtists.org API Key
ABQIAAAAYBB_NyS1YelEH_91Z4JRxRQcq4Z7lRj8HmhZMQ4f9VWGRJjRThSjFqlqR7pR7lqhbXJc_O73Nh1OVw
- CubittArtists.org.uk API Key
TBD
Script Code to insert into HTML Header
<script src="http://maps.google.com/maps?file=api&v=2&key=INSERT_SITE_KEY" type="text/javascript"></script>
Further Research Needed
Notes on things to research.
- Google Map Creator — freeware application.
- Google Maps MediaWiki Gadget — well worth a look!
- Google Maps MediaWiki Extension — another winner!
- Google Local Business — guide to changing your Google Maps listing including adding logo etc. Do this for Trevor Albion.
- Mapki FAQs — getting started guide.
- MapBuilder — all the code in one package!
- MapMap — book support site for Google Maps API: Adding Where to Your Applications with code downloads.
- Google Earth Blog — interesting ideas explained.
Basic Google Map
The most basic map of all, in an external HTML file.
-
Basic Google Map — Fishcakes Wiki Reference File.
Keyboard Arrow Keys
- Google Map Groups — enable Keyboard Arrow Keys.
map.registerKeyHandlers is there, but it is called from the constructor of GMapsApplication which most of us are not using. So, to get the keyboard shortcuts to work, you need to call it yourself after you create your GMap. Like this:
var mymap = new GMap(document.getElementById('map')); mymap.registerKeyHandlers( window );
Google Maps for Wordpress ported to Exponent
Notes on port of Google Maps for Wordpress to Exponent Google Maps Simple module.
-
Display Googles Link — display simple map generated by Google Maps My Maps link. Fishcakes Wiki Reference File.
-
Display Googles KML — display map generated by KML file. Fishcakes Wiki Reference File.
-
googlemapsPlugin.js — the Javascript Plug. Fishcakes Wiki Reference File.
- Avi Alkalay's Google Maps Plugin for Wordpress — lovely bit of code which he's shared with the world!
Custom Markers
- Marker Optimization Tips — better markers guide.
- Official Custom Markers Tutorial.
- Markers & Icons Overview.
- Shadowmaker — online tool for generating shadow for custom map icons.
Google Maps Links
Official Google Maps Links
- Google Maps Home Page — official site.
- Get Google Maps API Key — you need a key for each domain or sub-domain on which you want to display maps.
- Google Maps API Documentation — concepts and examples.
- Google Maps API Reference — reference guide to all functions.
- Official Google Maps API Blog — good resource for finding out what's new.
- Google Maps Tour — find out what Google Maps can do.
- Google Maps User Guide — understanding how to use Google Maps.
- Google Mashup Editor Getting Started Guide — the place to start when making a Google Maps mashup.
Unofficial Google Maps Links
- Mapki Google Map Parameters — complete list.
- Mapki Get Latitude & Longitude — click for lat/lon.
- www.googlemapsbook.com — Google Maps Book website with blog, links and source code downloads.
- Google Maps Troubleshooting Group
- Integrating Google Maps into Your Web Applications — basic tutorial.
- Complete Google Maps Tutorial — rather techie but quite comprehensive tutorial from Mike Williams.
- List of Google Map Variables — quite useful.
Great Google Maps Sites
- Real Liverpool — excellent site with customised Google Maps.
- Charlottetown Transit Map — excellent Map with full source code available and tutorial on how to implement it.
Other Google Applications
- Google Trends — compare the world's interest in your favourite topics.

