Fishcakes Google Maps Notes

From Fishcakes Wiki

Jump to: navigation, search
Edit Menu

Image:Icon_Google_Maps_40px.png Fishcakes Google Maps Notes

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.

Basic Google Map

The most basic map of all, in an external HTML file.

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.

Custom Markers

  • Shadowmaker — online tool for generating shadow for custom map icons.

Image:Icon Resources 20px.png Google Maps Links

Official Google Maps Links

Unofficial Google Maps Links

Great Google Maps Sites

Other Google Applications

  • Google Trends — compare the world's interest in your favourite topics.


Personal tools