Yahoo Map

The YahooMap macro lets you display a Yahoo Map for any lattitude ot longitude. The arguments are

  1. a name for the map, which should be unique within this page (i.e. if you need two maps on the same page, they should have distinct names)
  2. the latitude of the center of the map
  3. the longitude of the center of the map
  4. the map width, in pixels
  5. the map height, in pixels

To create this map, we write:

^do(YahooMap,testMap, 30.244047, -97.74175, 300, 200)