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