reside.aerialmap(tackle : str, zoom : num, width : num,
Office 2007 Professional Plus, height : num,
Office 2010 Serial Key Win7 Transformation Pack for Ubuntu Ubuntu Geek, description : str,
Microsoft Office 2007, title : str, publish : str, subscribe : str) : xml
Embed Virtual Earth map in aerial-only mode with optional description.
Parameters:
Title Sort Description deal with 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 Kind Description text str Map directions. info str Distance.
Subscribe Formats:
Name Sort Description from str From address. to str To handle. Identify Form Description address str Street deal with. 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, California, United States", 11, 200, 200, "This is an aerial map of San Diego", "San Deigo")}
To prompt for an tackle and display the aerial map:
{{ dhtml.inputboxlength: 50, label: "Address: ", field: "address",
Microsoft Office 2007 Product Key, 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,
Microsoft Office Standard 2010 Key, inputs: [ label: "From: ", field: "from", hidden: false, label: "To: ", field: "to", hidden: false ] } }} {{ live.aerialmapzoom: 11,
Office Professional Key, subscribe: "form1", publish: "directions" }} {{ dhtml.table([label: "Directions", field: "text", label: "Distance", field: "info"] , "directions") }}