The AS3 version of GoogleMapView is geared toward its use with HTMLLoader
for AIR.
strand:IStrand [write-only] [override]
| Language Version : | ActionScript 3.0 |
| Product Version : | FlexJS 0.0 |
| Runtime Versions : | Flash Player 10.2, AIR 2.6 |
The host component for this bead.
Implementation public function set strand(value:IStrand):voidpublic function GoogleMapView()| Language Version : | ActionScript 3.0 |
| Product Version : | FlexJS 0.0 |
| Runtime Versions : | Flash Player 10.2, AIR 2.6 |
Constructor.
public function centerOnAddress(address:String):void| Language Version : | ActionScript 3.0 |
| Product Version : | FlexJS 0.0 |
| Runtime Versions : | Flash Player 10.2, AIR 2.6 |
Centers the map on the address given.
Parameters
public function clearSearchResults():void| Language Version : | ActionScript 3.0 |
| Product Version : | FlexJS 0.0 |
| Runtime Versions : | Flash Player 10.2, AIR 2.6 |
Clears the previous search results.
public function createMarker(location:LatLng):Marker| Language Version : | ActionScript 3.0 |
| Product Version : | FlexJS 0.0 |
| Runtime Versions : | Flash Player 10.2, AIR 2.6 |
Creates a marker for placement on the map.
Parameters
Returns public function mapit(lat:Number, lng:Number, zoomLevel:Number):void| Language Version : | ActionScript 3.0 |
| Product Version : | FlexJS 0.0 |
| Runtime Versions : | Flash Player 10.2, AIR 2.6 |
Adjusts the map to the given coordinate and zoom level.
Parameters
| lat:Number |
| |
| lng:Number |
| |
| zoomLevel:Number |
public function markAddress(address:String):void| Language Version : | ActionScript 3.0 |
| Product Version : | FlexJS 0.0 |
| Runtime Versions : | Flash Player 10.2, AIR 2.6 |
Finds the given address and places a marker on it. This function may be dropped
since centerOnAddress + markCurrentLocation does the same thing.
Parameters
public function markCurrentLocation():void| Language Version : | ActionScript 3.0 |
| Product Version : | FlexJS 0.0 |
| Runtime Versions : | Flash Player 10.2, AIR 2.6 |
Marks the current center of the map.
public function nearbySearch(placeName:String):void| Language Version : | ActionScript 3.0 |
| Product Version : | FlexJS 0.0 |
| Runtime Versions : | Flash Player 10.2, AIR 2.6 |
Performs a search near the center of map. The result is a set of
markers displayed on the map.
Parameters
public function removeAllMarkers():void| Language Version : | ActionScript 3.0 |
| Product Version : | FlexJS 0.0 |
| Runtime Versions : | Flash Player 10.2, AIR 2.6 |
Removes all of the markers from the map
public function setCenter(location:LatLng):void| Language Version : | ActionScript 3.0 |
| Product Version : | FlexJS 0.0 |
| Runtime Versions : | Flash Player 10.2, AIR 2.6 |
Sets the center of the map.
Parameters
public function setZoom(zoom:Number):void| Language Version : | ActionScript 3.0 |
| Product Version : | FlexJS 0.0 |
| Runtime Versions : | Flash Player 10.2, AIR 2.6 |
Sets the zoom factor of the map.
Parameters
Mon Sep 5 2016, 07:19 AM -07:00