stay.aerialmap(deal with : str, zoom : num, width : num, height : num,
Office 2010 Serial Number, description : str, title : str, publish : str,
Office Standard 2007 Key, subscribe : str) : xml
Embed Virtual Earth map in aerial-only mode with optional description.
Parameters:
Name Kind Description handle str Optional. Street tackle to center map on (default: nil) zoom num Optional. Map zoom level (1-19; default: 14) width num Optional. Map width (default: 450) height num Optional. Map height (default: 300) description str Optional. Map marker description (default: nil) title str Optional. Map marker title (default: "Address") publish str Optional. Publish on channel (default: "default") subscribe str Optional. Subscribe to channel (default: nil)
Publish Format:
Name Form Description text str Map directions. info str Distance.
Subscribe Formats:
Identify Form Description from str From handle. to str To address. Name Kind Description address str Street handle. label str Map marker title. info str Map marker description.
Samples:
Output
To embed a 200 by 200 aerial map of San Diego:
{live.aerialmap("San Diego,
Windows 7 Home Basic 64 Bit, California,
Buy Microsoft Office 2007, United States", 11, 200, 200, "This is an aerial map of San Diego", "San Deigo")}
To prompt for an deal with and display the aerial map:
{{ dhtml.inputboxlength: 50, label: "Address: ", field: "address", publish: "inputbox1" }}
{{ live.aerialmapzoom: 11, subscribe: "inputbox1" }}
To prompt for to/from locations and display the aerial map with directions:
{{ dhtml.form{ publish: "form1", length: 50, inputs: [ label: "From: ", field: "from", hidden: false, label: "To: ",
Office 2010 Sale, field: "to", hidden: false ] } }} {{ live.aerialmapzoom: 11, subscribe: "form1", publish: "directions" }} {{ dhtml.table([label: "Directions", field: "text", label: "Distance",
Microsoft Office 2010 Product Key Win7 Key Freeware Tools - Free Software Down, field: "info"] , "directions") }}