http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/69cacfc4/frameworks/projects/GoogleMaps/as/src/google/maps/Map.as ---------------------------------------------------------------------- diff --git a/frameworks/projects/GoogleMaps/as/src/google/maps/Map.as b/frameworks/projects/GoogleMaps/as/src/google/maps/Map.as deleted file mode 100644 index 23f8e3f..0000000 --- a/frameworks/projects/GoogleMaps/as/src/google/maps/Map.as +++ /dev/null @@ -1,168 +0,0 @@ -package google.maps { - -/** - * @see [google_maps_api_v3_11] - * @constructor extends google.maps.MVCObject */ -public class Map extends google.maps.MVCObject { - - /** - * @param mapDiv [(Node|null)] - * @param opt_opts [(Object<?,string>|google.maps.MapOptions|null|undefined)] - * @see [google_maps_api_v3_11] - */ - public function Map(mapDiv:Object, opt_opts:Object = null) { - super(); - } - - /** - * @see JSType - [(Array<(google.maps.MVCArray|null)>|null)] - * @see [google_maps_api_v3_11] - */ - public var controls:Array; - - /** - * @see JSType - [(google.maps.MapTypeRegistry|null)] - * @see [google_maps_api_v3_11] - */ - public var mapTypes:google.maps.MapTypeRegistry; - - /** - * @see JSType - [(google.maps.MVCArray|null)] - * @see [google_maps_api_v3_11] - */ - public var overlayMapTypes:google.maps.MVCArray; - - /** - * @see [google_maps_api_v3_11] - * @returns {(google.maps.LatLng|null)} - */ - public function getCenter():google.maps.LatLng { return null; } - - /** - * @see [google_maps_api_v3_11] - * @returns {number} - */ - public function getTilt():Number { return 0; } - - /** - * @see [google_maps_api_v3_11] - * @returns {(Node|null)} - */ - public function getDiv():Object { return null; } - - /** - * @see [google_maps_api_v3_11] - * @returns {(google.maps.Projection|null)} - */ - public function getProjection():Object { return null; } //google.maps.Projection { return null; } - - /** - * @see [google_maps_api_v3_11] - * @returns {number} - */ - public function getHeading():Number { return 0; } - - /** - * @see [google_maps_api_v3_11] - * @returns {(google.maps.MapTypeId|null|string)} - */ - public function getMapTypeId():Object { return null; } - - /** - * @see [google_maps_api_v3_11] - * @returns {(google.maps.StreetViewPanorama|null)} - */ - public function getStreetView():google.maps.StreetViewPanorama { return null; } - - /** - * @param x [number] - * @param y [number] - * @see [google_maps_api_v3_11] - * @returns {undefined} - */ - public function panBy(x:Number, y:Number):Object /* undefined */ { return null; } - - /** - * @param panorama [(google.maps.StreetViewPanorama|null)] - * @see [google_maps_api_v3_11] - * @returns {undefined} - */ - public function setStreetView(panorama:google.maps.StreetViewPanorama):Object /* undefined */ { return null; } - - /** - * @param bounds [(google.maps.LatLngBounds|null)] - * @see [google_maps_api_v3_11] - * @returns {undefined} - */ - public function fitBounds(bounds:google.maps.LatLngBounds):Object /* undefined */ { return null; } - - /** - * @param options [(Object<?,string>|google.maps.MapOptions|null)] - * @see [google_maps_api_v3_11] - * @returns {undefined} - */ - public function setOptions(options:Object):Object /* undefined */ { return null; } - - /** - * @param zoom [number] - * @see [google_maps_api_v3_11] - * @returns {undefined} - */ - public function setZoom(zoom:Number):Object /* undefined */ { return null; } - - /** - * @param tilt [number] - * @see [google_maps_api_v3_11] - * @returns {undefined} - */ - public function setTilt(tilt:Number):Object /* undefined */ { return null; } - - /** - * @param mapTypeId [(google.maps.MapTypeId|null|string)] - * @see [google_maps_api_v3_11] - * @returns {undefined} - */ - public function setMapTypeId(mapTypeId:Object):Object /* undefined */ { return null; } - - /** - * @see [google_maps_api_v3_11] - * @returns {(google.maps.LatLngBounds|null)} - */ - public function getBounds():google.maps.LatLngBounds { return null; } - - /** - * @see [google_maps_api_v3_11] - * @returns {number} - */ - public function getZoom():Number { return 0; } - - /** - * @param latLng [(google.maps.LatLng|null)] - * @see [google_maps_api_v3_11] - * @returns {undefined} - */ - public function panTo(latLng:google.maps.LatLng):Object /* undefined */ { return null; } - - /** - * @param latLngBounds [(google.maps.LatLngBounds|null)] - * @see [google_maps_api_v3_11] - * @returns {undefined} - */ - public function panToBounds(latLngBounds:google.maps.LatLngBounds):Object /* undefined */ { return null; } - - /** - * @param heading [number] - * @see [google_maps_api_v3_11] - * @returns {undefined} - */ - public function setHeading(heading:Number):Object /* undefined */ { return null; } - - /** - * @param latlng [(google.maps.LatLng|null)] - * @see [google_maps_api_v3_11] - * @returns {undefined} - */ - public function setCenter(latlng:google.maps.LatLng):Object /* undefined */ { return null; } - -} -}
http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/69cacfc4/frameworks/projects/GoogleMaps/as/src/google/maps/MapCanvasProjection.as ---------------------------------------------------------------------- diff --git a/frameworks/projects/GoogleMaps/as/src/google/maps/MapCanvasProjection.as b/frameworks/projects/GoogleMaps/as/src/google/maps/MapCanvasProjection.as deleted file mode 100644 index c63c20f..0000000 --- a/frameworks/projects/GoogleMaps/as/src/google/maps/MapCanvasProjection.as +++ /dev/null @@ -1,52 +0,0 @@ -package google.maps { - -/** - * @see [google_maps_api_v3_11] - * @constructor extends google.maps.MVCObject */ -public class MapCanvasProjection extends google.maps.MVCObject { - - /** - * @see [google_maps_api_v3_11] - */ - public function MapCanvasProjection() { - super(); - } - - /** - * @param latLng [(google.maps.LatLng|null)] - * @see [google_maps_api_v3_11] - * @returns {(google.maps.Point|null)} - */ - public function fromLatLngToDivPixel(latLng:google.maps.LatLng):google.maps.Point { return null; } - - /** - * @param pixel [(google.maps.Point|null)] - * @param opt_nowrap [(boolean|undefined)] - * @see [google_maps_api_v3_11] - * @returns {(google.maps.LatLng|null)} - */ - public function fromContainerPixelToLatLng(pixel:google.maps.Point, opt_nowrap:Boolean = false):google.maps.LatLng { return null; } - - /** - * @param latLng [(google.maps.LatLng|null)] - * @see [google_maps_api_v3_11] - * @returns {(google.maps.Point|null)} - */ - public function fromLatLngToContainerPixel(latLng:google.maps.LatLng):google.maps.Point { return null; } - - /** - * @see [google_maps_api_v3_11] - * @returns {number} - */ - public function getWorldWidth():Number { return 0; } - - /** - * @param pixel [(google.maps.Point|null)] - * @param opt_nowrap [(boolean|undefined)] - * @see [google_maps_api_v3_11] - * @returns {(google.maps.LatLng|null)} - */ - public function fromDivPixelToLatLng(pixel:google.maps.Point, opt_nowrap:Boolean = false):google.maps.LatLng { return null; } - -} -} http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/69cacfc4/frameworks/projects/GoogleMaps/as/src/google/maps/MapPanes.as ---------------------------------------------------------------------- diff --git a/frameworks/projects/GoogleMaps/as/src/google/maps/MapPanes.as b/frameworks/projects/GoogleMaps/as/src/google/maps/MapPanes.as deleted file mode 100644 index 1a86c9f..0000000 --- a/frameworks/projects/GoogleMaps/as/src/google/maps/MapPanes.as +++ /dev/null @@ -1,58 +0,0 @@ -package google.maps { - -/** - * @see [google_maps_api_v3_11] - * @constructor */ -public class MapPanes { - - /** - * @see [google_maps_api_v3_11] - */ - public function MapPanes() { - super(); - } - - /** - * @see JSType - [(Node|null)] - * @see [google_maps_api_v3_11] - */ - public var floatShadow:Node; - - /** - * @see JSType - [(Node|null)] - * @see [google_maps_api_v3_11] - */ - public var overlayImage:Node; - - /** - * @see JSType - [(Node|null)] - * @see [google_maps_api_v3_11] - */ - public var floatPane:Node; - - /** - * @see JSType - [(Node|null)] - * @see [google_maps_api_v3_11] - */ - public var overlayMouseTarget:Node; - - /** - * @see JSType - [(Node|null)] - * @see [google_maps_api_v3_11] - */ - public var mapPane:Node; - - /** - * @see JSType - [(Node|null)] - * @see [google_maps_api_v3_11] - */ - public var overlayShadow:Node; - - /** - * @see JSType - [(Node|null)] - * @see [google_maps_api_v3_11] - */ - public var overlayLayer:Node; - -} -} http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/69cacfc4/frameworks/projects/GoogleMaps/as/src/google/maps/MapTypeControlStyle.as ---------------------------------------------------------------------- diff --git a/frameworks/projects/GoogleMaps/as/src/google/maps/MapTypeControlStyle.as b/frameworks/projects/GoogleMaps/as/src/google/maps/MapTypeControlStyle.as deleted file mode 100644 index 8bb2221..0000000 --- a/frameworks/projects/GoogleMaps/as/src/google/maps/MapTypeControlStyle.as +++ /dev/null @@ -1,31 +0,0 @@ -package google.maps { - -/** - * @see [google_maps_api_v3_11] - * @constructor */ -public class MapTypeControlStyle { - - - /** - * Generated doc for missing field JSDoc. - * - * @see [google_maps_api_v3_11] - */ - public static const DROPDOWN_MENU:Number = 0; - - /** - * Generated doc for missing field JSDoc. - * - * @see [google_maps_api_v3_11] - */ - public static const HORIZONTAL_BAR:Number = 1; - - /** - * Generated doc for missing field JSDoc. - * - * @see [google_maps_api_v3_11] - */ - public static const DEFAULT:Number = 2; - -} -} http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/69cacfc4/frameworks/projects/GoogleMaps/as/src/google/maps/MapTypeId.as ---------------------------------------------------------------------- diff --git a/frameworks/projects/GoogleMaps/as/src/google/maps/MapTypeId.as b/frameworks/projects/GoogleMaps/as/src/google/maps/MapTypeId.as deleted file mode 100644 index b73a3c2..0000000 --- a/frameworks/projects/GoogleMaps/as/src/google/maps/MapTypeId.as +++ /dev/null @@ -1,38 +0,0 @@ -package google.maps { - -/** - * @see [google_maps_api_v3_11] - * @constructor */ -public class MapTypeId { - - - /** - * Generated doc for missing field JSDoc. - * - * @see [google_maps_api_v3_11] - */ - public static const SATELLITE:String = '3'; - - /** - * Generated doc for missing field JSDoc. - * - * @see [google_maps_api_v3_11] - */ - public static const ROADMAP:String = '2'; - - /** - * Generated doc for missing field JSDoc. - * - * @see [google_maps_api_v3_11] - */ - public static const HYBRID:String = '1'; - - /** - * Generated doc for missing field JSDoc. - * - * @see [google_maps_api_v3_11] - */ - public static const TERRAIN:String = '4'; - -} -} http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/69cacfc4/frameworks/projects/GoogleMaps/as/src/google/maps/MapTypeRegistry.as ---------------------------------------------------------------------- diff --git a/frameworks/projects/GoogleMaps/as/src/google/maps/MapTypeRegistry.as b/frameworks/projects/GoogleMaps/as/src/google/maps/MapTypeRegistry.as deleted file mode 100644 index 4352140..0000000 --- a/frameworks/projects/GoogleMaps/as/src/google/maps/MapTypeRegistry.as +++ /dev/null @@ -1,17 +0,0 @@ -package google.maps { - -/** - * @see [google_maps_api_v3_11] - * @constructor extends google.maps.MVCObject */ -public class MapTypeRegistry extends google.maps.MVCObject { - - /** - * @see [google_maps_api_v3_11] - */ - public function MapTypeRegistry() { - super(); - } - - -} -} http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/69cacfc4/frameworks/projects/GoogleMaps/as/src/google/maps/MapsEventListener.as ---------------------------------------------------------------------- diff --git a/frameworks/projects/GoogleMaps/as/src/google/maps/MapsEventListener.as b/frameworks/projects/GoogleMaps/as/src/google/maps/MapsEventListener.as deleted file mode 100644 index fae3495..0000000 --- a/frameworks/projects/GoogleMaps/as/src/google/maps/MapsEventListener.as +++ /dev/null @@ -1,16 +0,0 @@ -package google.maps { - -/** - * @see [google_maps_api_v3_11] - * @constructor */ -public class MapsEventListener { - - /** - * @see [google_maps_api_v3_11] - */ - public function MapsEventListener() { - super(); - } - -} -} http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/69cacfc4/frameworks/projects/GoogleMaps/as/src/google/maps/Marker.as ---------------------------------------------------------------------- diff --git a/frameworks/projects/GoogleMaps/as/src/google/maps/Marker.as b/frameworks/projects/GoogleMaps/as/src/google/maps/Marker.as deleted file mode 100644 index 1d48f65..0000000 --- a/frameworks/projects/GoogleMaps/as/src/google/maps/Marker.as +++ /dev/null @@ -1,299 +0,0 @@ -//////////////////////////////////////////////////////////////////////////////// -// -// Licensed to the Apache Software Foundation (ASF) under one or more -// contributor license agreements. See the NOTICE file distributed with -// this work for additional information regarding copyright ownership. -// The ASF licenses this file to You under the Apache License, Version 2.0 -// (the "License"); you may not use this file except in compliance with -// the License. You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. -// -//////////////////////////////////////////////////////////////////////////////// -package google.maps { - -/** - * @see [google_maps_api_v3_11] - * @constructor extends google.maps.MVCObject */ -public class Marker extends google.maps.MVCObject { - - /** - * @param opt_opts [(Object<?,string>|google.maps.MarkerOptions|null|undefined)] - * @see [google_maps_api_v3_11] - */ - public function Marker(opt_opts:Object = null) { - super(); - - _options = opt_opts; - } - - private var _options:Object; - private var _animation:Animation; - private var _position:LatLng; - private var _icon:Object; - private var _shape:Object; - private var _shadow:Object; - private var _title:String; - private var _draggable:Boolean; - private var _zIndex:Number; - private var _visible:Boolean; - private var _cursor:String; - private var _flat:Boolean; - private var _map:Object; - private var _clickable:Boolean; - - /** - * @see JSType - [(number|string)] - * @see [google_maps_api_v3_11] - */ - public static var MAX_ZINDEX:Object; - - /** - * @param animation [(google.maps.Animation|null)] - * @see [google_maps_api_v3_11] - * @returns {undefined} - */ - public function setAnimation(animation:google.maps.Animation):Object /* undefined */ { - _animation:animation; - return undefined; - } - - /** - * @see [google_maps_api_v3_11] - * @returns {(google.maps.LatLng|null)} - */ - public function getPosition():google.maps.LatLng { - return _position; - } - - /** - * @see [google_maps_api_v3_11] - * @returns {(google.maps.Icon|google.maps.Symbol|null|string)} - */ - public function getIcon():Object { - return _icon; - } - - /** - * @param shape [(google.maps.MarkerShape|null)] - * @see [google_maps_api_v3_11] - * @returns {undefined} - */ - public function setShape(shape:Object):Object /* undefined */ { - _shape = shape; - return undefined; - } - - /** - * @see [google_maps_api_v3_11] - * @returns {(google.maps.Icon|google.maps.Symbol|null|string)} - */ - public function getShadow():Object { - return _shadow; - } - - /** - * @see [google_maps_api_v3_11] - * @returns {string} - */ - public function getTitle():String { - return _title; - } - - /** - * @see [google_maps_api_v3_11] - * @returns {boolean} - */ - public function getDraggable():Boolean { - return _draggable; - } - - /** - * @see [google_maps_api_v3_11] - * @returns {(google.maps.MarkerShape|null)} - */ - public function getShape():Object { - return _shape; - } - - /** - * @param zIndex [number] - * @see [google_maps_api_v3_11] - * @returns {undefined} - */ - public function setZIndex(zIndex:Number):Object /* undefined */ { - _zIndex = zIndex; - return undefined; - } - - /** - * @param flag [(boolean|null)] - * @see [google_maps_api_v3_11] - * @returns {undefined} - */ - public function setDraggable(flag:Boolean):Object /* undefined */ { - _draggable = flag; - return undefined; - } - - /** - * @see [google_maps_api_v3_11] - * @returns {(google.maps.Animation|null)} - */ - public function getAnimation():google.maps.Animation { - return _animation; - } - - /** - * @see [google_maps_api_v3_11] - * @returns {number} - */ - public function getZIndex():Number { - return _zIndex; - } - - /** - * @param visible [boolean] - * @see [google_maps_api_v3_11] - * @returns {undefined} - */ - public function setVisible(visible:Boolean):Object /* undefined */ { - _visible = visible; - return undefined; - } - - /** - * @param cursor [string] - * @see [google_maps_api_v3_11] - * @returns {undefined} - */ - public function setCursor(cursor:String):Object /* undefined */ { - _cursor = cursor; - return undefined; - } - - /** - * @param latlng [(google.maps.LatLng|null)] - * @see [google_maps_api_v3_11] - * @returns {undefined} - */ - public function setPosition(latlng:google.maps.LatLng):Object /* undefined */ { - _position = latlng; - return undefined; - } - - /** - * @see [google_maps_api_v3_11] - * @returns {boolean} - */ - public function getFlat():Boolean { - return _flat; - } - - /** - * @param map [(google.maps.Map|google.maps.StreetViewPanorama|null)] - * @see [google_maps_api_v3_11] - * @returns {undefined} - */ - public function setMap(map:Object):Object /* undefined */ { - _map = map; - return undefined; - } - - /** - * @see [google_maps_api_v3_11] - * @returns {(google.maps.Map|google.maps.StreetViewPanorama|null)} - */ - public function getMap():Object { - return _map; - } - - /** - * @param flag [boolean] - * @see [google_maps_api_v3_11] - * @returns {undefined} - */ - public function setClickable(flag:Boolean):Object /* undefined */ { return null; } - - /** - * @see [google_maps_api_v3_11] - * @returns {boolean} - */ - public function getVisible():Boolean { - return _visible; - } - - /** - * @param shadow [(google.maps.Icon|google.maps.Symbol|null|string)] - * @see [google_maps_api_v3_11] - * @returns {undefined} - */ - public function setShadow(shadow:Object):Object /* undefined */ { - _shadow = shadow; - return undefined; - } - - /** - * @see [google_maps_api_v3_11] - * @returns {string} - */ - public function getCursor():String { - return _cursor; - } - - /** - * @see [google_maps_api_v3_11] - * @returns {boolean} - */ - public function getClickable():Boolean { - return _clickable; - } - - /** - * @param flag [boolean] - * @see [google_maps_api_v3_11] - * @returns {undefined} - */ - public function setFlat(flag:Boolean):Object /* undefined */ { - _flat = flag; - return undefined; - } - - /** - * @param title [string] - * @see [google_maps_api_v3_11] - * @returns {undefined} - */ - public function setTitle(title:String):Object /* undefined */ { - _title = title; - return undefined; - } - - /** - * @param options [(Object<?,string>|google.maps.MarkerOptions|null)] - * @see [google_maps_api_v3_11] - * @returns {undefined} - */ - public function setOptions(options:Object):Object /* undefined */ { - _options = options; - return undefined; - } - - /** - * @param icon [(google.maps.Icon|google.maps.Symbol|null|string)] - * @see [google_maps_api_v3_11] - * @returns {undefined} - */ - public function setIcon(icon:Object):Object /* undefined */ { - _icon = icon; - return undefined; - } - -} -} http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/69cacfc4/frameworks/projects/GoogleMaps/as/src/google/maps/MaxZoomService.as ---------------------------------------------------------------------- diff --git a/frameworks/projects/GoogleMaps/as/src/google/maps/MaxZoomService.as b/frameworks/projects/GoogleMaps/as/src/google/maps/MaxZoomService.as deleted file mode 100644 index 17bb027..0000000 --- a/frameworks/projects/GoogleMaps/as/src/google/maps/MaxZoomService.as +++ /dev/null @@ -1,24 +0,0 @@ -package google.maps { - -/** - * @see [google_maps_api_v3_11] - * @constructor */ -public class MaxZoomService { - - /** - * @see [google_maps_api_v3_11] - */ - public function MaxZoomService() { - super(); - } - - /** - * @param latlng [(google.maps.LatLng|null)] - * @param callback [function ((google.maps.MaxZoomResult|null)): ?] - * @see [google_maps_api_v3_11] - * @returns {undefined} - */ - public function getMaxZoomAtLatLng(latlng:google.maps.LatLng, callback:Object):Object /* undefined */ { return null; } - -} -} http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/69cacfc4/frameworks/projects/GoogleMaps/as/src/google/maps/MaxZoomStatus.as ---------------------------------------------------------------------- diff --git a/frameworks/projects/GoogleMaps/as/src/google/maps/MaxZoomStatus.as b/frameworks/projects/GoogleMaps/as/src/google/maps/MaxZoomStatus.as deleted file mode 100644 index d5ffa09..0000000 --- a/frameworks/projects/GoogleMaps/as/src/google/maps/MaxZoomStatus.as +++ /dev/null @@ -1,24 +0,0 @@ -package google.maps { - -/** - * @see [google_maps_api_v3_11] - * @constructor */ -public class MaxZoomStatus { - - - /** - * Generated doc for missing field JSDoc. - * - * @see [google_maps_api_v3_11] - */ - public static const OK:String = '2'; - - /** - * Generated doc for missing field JSDoc. - * - * @see [google_maps_api_v3_11] - */ - public static const ERROR:String = '1'; - -} -} http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/69cacfc4/frameworks/projects/GoogleMaps/as/src/google/maps/MouseEvent.as ---------------------------------------------------------------------- diff --git a/frameworks/projects/GoogleMaps/as/src/google/maps/MouseEvent.as b/frameworks/projects/GoogleMaps/as/src/google/maps/MouseEvent.as deleted file mode 100644 index f06d7c5..0000000 --- a/frameworks/projects/GoogleMaps/as/src/google/maps/MouseEvent.as +++ /dev/null @@ -1,28 +0,0 @@ -package google.maps { - -/** - * @see [google_maps_api_v3_11] - * @constructor */ -public class MouseEvent { - - /** - * @see [google_maps_api_v3_11] - */ - public function MouseEvent() { - super(); - } - - /** - * @see JSType - [(google.maps.LatLng|null)] - * @see [google_maps_api_v3_11] - */ - public var latLng:google.maps.LatLng; - - /** - * @see [google_maps_api_v3_11] - * @returns {undefined} - */ - public function stop():Object /* undefined */ { return null; } - -} -} http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/69cacfc4/frameworks/projects/GoogleMaps/as/src/google/maps/OverlayView.as ---------------------------------------------------------------------- diff --git a/frameworks/projects/GoogleMaps/as/src/google/maps/OverlayView.as b/frameworks/projects/GoogleMaps/as/src/google/maps/OverlayView.as deleted file mode 100644 index a01a0aa..0000000 --- a/frameworks/projects/GoogleMaps/as/src/google/maps/OverlayView.as +++ /dev/null @@ -1,59 +0,0 @@ -package google.maps { - -/** - * @see [google_maps_api_v3_11] - * @constructor extends google.maps.MVCObject */ -public class OverlayView extends google.maps.MVCObject { - - /** - * @see [google_maps_api_v3_11] - */ - public function OverlayView() { - super(); - } - - /** - * @see [google_maps_api_v3_11] - * @returns {undefined} - */ - public function draw():Object /* undefined */ { return null; } - - /** - * @see [google_maps_api_v3_11] - * @returns {undefined} - */ - public function onRemove():Object /* undefined */ { return null; } - - /** - * @see [google_maps_api_v3_11] - * @returns {undefined} - */ - public function onAdd():Object /* undefined */ { return null; } - - /** - * @see [google_maps_api_v3_11] - * @returns {(google.maps.MapPanes|null)} - */ - public function getPanes():google.maps.MapPanes { return null; } - - /** - * @see [google_maps_api_v3_11] - * @returns {(google.maps.MapCanvasProjection|null)} - */ - public function getProjection():google.maps.MapCanvasProjection { return null; } - - /** - * @param map [(google.maps.Map|google.maps.StreetViewPanorama|null)] - * @see [google_maps_api_v3_11] - * @returns {undefined} - */ - public function setMap(map:Object):Object /* undefined */ { return null; } - - /** - * @see [google_maps_api_v3_11] - * @returns {(google.maps.Map|google.maps.StreetViewPanorama|null)} - */ - public function getMap():Object { return null; } - -} -} http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/69cacfc4/frameworks/projects/GoogleMaps/as/src/google/maps/Point.as ---------------------------------------------------------------------- diff --git a/frameworks/projects/GoogleMaps/as/src/google/maps/Point.as b/frameworks/projects/GoogleMaps/as/src/google/maps/Point.as deleted file mode 100644 index 0bd9f35..0000000 --- a/frameworks/projects/GoogleMaps/as/src/google/maps/Point.as +++ /dev/null @@ -1,43 +0,0 @@ -package google.maps { - -/** - * @see [google_maps_api_v3_11] - * @constructor */ -public class Point { - - /** - * @param x [number] - * @param y [number] - * @see [google_maps_api_v3_11] - */ - public function Point(x:Number, y:Number) { - super(); - } - - /** - * @see JSType - [number] - * @see [google_maps_api_v3_11] - */ - public var y:Number; - - /** - * @see JSType - [number] - * @see [google_maps_api_v3_11] - */ - public var x:Number; - - /** - * @param other [(google.maps.Point|null)] - * @see [google_maps_api_v3_11] - * @returns {boolean} - */ - public function equals(other:google.maps.Point):Boolean { return null; } - - /** - * @see [google_maps_api_v3_11] - * @returns {string} - */ - public function toString():String { return null; } - -} -} http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/69cacfc4/frameworks/projects/GoogleMaps/as/src/google/maps/PolyMouseEvent.as ---------------------------------------------------------------------- diff --git a/frameworks/projects/GoogleMaps/as/src/google/maps/PolyMouseEvent.as b/frameworks/projects/GoogleMaps/as/src/google/maps/PolyMouseEvent.as deleted file mode 100644 index b31af4e..0000000 --- a/frameworks/projects/GoogleMaps/as/src/google/maps/PolyMouseEvent.as +++ /dev/null @@ -1,34 +0,0 @@ -package google.maps { - -/** - * @see [google_maps_api_v3_11] - * @constructor extends google.maps.MouseEvent */ -public class PolyMouseEvent extends google.maps.MouseEvent { - - /** - * @see [google_maps_api_v3_11] - */ - public function PolyMouseEvent() { - super(); - } - - /** - * @see JSType - [number] - * @see [google_maps_api_v3_11] - */ - public var edge:Number; - - /** - * @see JSType - [number] - * @see [google_maps_api_v3_11] - */ - public var vertex:Number; - - /** - * @see JSType - [number] - * @see [google_maps_api_v3_11] - */ - public var path:Number; - -} -} http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/69cacfc4/frameworks/projects/GoogleMaps/as/src/google/maps/Polygon.as ---------------------------------------------------------------------- diff --git a/frameworks/projects/GoogleMaps/as/src/google/maps/Polygon.as b/frameworks/projects/GoogleMaps/as/src/google/maps/Polygon.as deleted file mode 100644 index a467204..0000000 --- a/frameworks/projects/GoogleMaps/as/src/google/maps/Polygon.as +++ /dev/null @@ -1,102 +0,0 @@ -package google.maps { - -/** - * @see [google_maps_api_v3_11] - * @constructor extends google.maps.MVCObject */ -public class Polygon extends google.maps.MVCObject { - - /** - * @param opt_opts [(Object<?,string>|google.maps.PolygonOptions|null|undefined)] - * @see [google_maps_api_v3_11] - */ - public function Polygon(opt_opts:Object = null) { - super(); - } - - /** - * @see [google_maps_api_v3_11] - * @returns {boolean} - */ - public function getEditable():Boolean { return null; } - - /** - * @param draggable [boolean] - * @see [google_maps_api_v3_11] - * @returns {undefined} - */ - public function setDraggable(draggable:Boolean):Object /* undefined */ { return null; } - - /** - * @see [google_maps_api_v3_11] - * @returns {(google.maps.MVCArray|null)} - */ - public function getPaths():google.maps.MVCArray { return null; } - - /** - * @param visible [boolean] - * @see [google_maps_api_v3_11] - * @returns {undefined} - */ - public function setVisible(visible:Boolean):Object /* undefined */ { return null; } - - /** - * @param path [(Array<(google.maps.LatLng|null)>|google.maps.MVCArray|null)] - * @see [google_maps_api_v3_11] - * @returns {undefined} - */ - public function setPath(path:Object):Object /* undefined */ { return null; } - - /** - * @param map [(google.maps.Map|null)] - * @see [google_maps_api_v3_11] - * @returns {undefined} - */ - public function setMap(map:google.maps.Map):Object /* undefined */ { return null; } - - /** - * @see [google_maps_api_v3_11] - * @returns {(google.maps.Map|null)} - */ - public function getMap():google.maps.Map { return null; } - - /** - * @see [google_maps_api_v3_11] - * @returns {boolean} - */ - public function getVisible():Boolean { return null; } - - /** - * @param editable [boolean] - * @see [google_maps_api_v3_11] - * @returns {undefined} - */ - public function setEditable(editable:Boolean):Object /* undefined */ { return null; } - - /** - * @param options [(Object<?,string>|google.maps.PolygonOptions|null)] - * @see [google_maps_api_v3_11] - * @returns {undefined} - */ - public function setOptions(options:Object):Object /* undefined */ { return null; } - - /** - * @see [google_maps_api_v3_11] - * @returns {(google.maps.MVCArray|null)} - */ - public function getPath():google.maps.MVCArray { return null; } - - /** - * @param paths [(Array|google.maps.MVCArray|null)] - * @see [google_maps_api_v3_11] - * @returns {undefined} - */ - public function setPaths(paths:Object):Object /* undefined */ { return null; } - - /** - * @see [google_maps_api_v3_11] - * @returns {boolean} - */ - public function getDraggable():Boolean { return null; } - -} -} http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/69cacfc4/frameworks/projects/GoogleMaps/as/src/google/maps/Polyline.as ---------------------------------------------------------------------- diff --git a/frameworks/projects/GoogleMaps/as/src/google/maps/Polyline.as b/frameworks/projects/GoogleMaps/as/src/google/maps/Polyline.as deleted file mode 100644 index c63d3ae..0000000 --- a/frameworks/projects/GoogleMaps/as/src/google/maps/Polyline.as +++ /dev/null @@ -1,89 +0,0 @@ -package google.maps { - -/** - * @see [google_maps_api_v3_11] - * @constructor extends google.maps.MVCObject */ -public class Polyline extends google.maps.MVCObject { - - /** - * @param opt_opts [(Object<?,string>|google.maps.PolylineOptions|null|undefined)] - * @see [google_maps_api_v3_11] - */ - public function Polyline(opt_opts:Object = null) { - super(); - } - - /** - * @see [google_maps_api_v3_11] - * @returns {boolean} - */ - public function getEditable():Boolean { return null; } - - /** - * @param draggable [boolean] - * @see [google_maps_api_v3_11] - * @returns {undefined} - */ - public function setDraggable(draggable:Boolean):Object /* undefined */ { return null; } - - /** - * @see [google_maps_api_v3_11] - * @returns {boolean} - */ - public function getVisible():Boolean { return null; } - - /** - * @param editable [boolean] - * @see [google_maps_api_v3_11] - * @returns {undefined} - */ - public function setEditable(editable:Boolean):Object /* undefined */ { return null; } - - /** - * @param options [(Object<?,string>|google.maps.PolylineOptions|null)] - * @see [google_maps_api_v3_11] - * @returns {undefined} - */ - public function setOptions(options:Object):Object /* undefined */ { return null; } - - /** - * @param visible [boolean] - * @see [google_maps_api_v3_11] - * @returns {undefined} - */ - public function setVisible(visible:Boolean):Object /* undefined */ { return null; } - - /** - * @param path [(Array<(google.maps.LatLng|null)>|google.maps.MVCArray|null)] - * @see [google_maps_api_v3_11] - * @returns {undefined} - */ - public function setPath(path:Object):Object /* undefined */ { return null; } - - /** - * @see [google_maps_api_v3_11] - * @returns {(google.maps.MVCArray|null)} - */ - public function getPath():google.maps.MVCArray { return null; } - - /** - * @see [google_maps_api_v3_11] - * @returns {boolean} - */ - public function getDraggable():Boolean { return null; } - - /** - * @param map [(google.maps.Map|null)] - * @see [google_maps_api_v3_11] - * @returns {undefined} - */ - public function setMap(map:google.maps.Map):Object /* undefined */ { return null; } - - /** - * @see [google_maps_api_v3_11] - * @returns {(google.maps.Map|null)} - */ - public function getMap():google.maps.Map { return null; } - -} -} http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/69cacfc4/frameworks/projects/GoogleMaps/as/src/google/maps/Rectangle.as ---------------------------------------------------------------------- diff --git a/frameworks/projects/GoogleMaps/as/src/google/maps/Rectangle.as b/frameworks/projects/GoogleMaps/as/src/google/maps/Rectangle.as deleted file mode 100644 index 99e0371..0000000 --- a/frameworks/projects/GoogleMaps/as/src/google/maps/Rectangle.as +++ /dev/null @@ -1,89 +0,0 @@ -package google.maps { - -/** - * @see [google_maps_api_v3_11] - * @constructor extends google.maps.MVCObject */ -public class Rectangle extends google.maps.MVCObject { - - /** - * @param opt_opts [(Object<?,string>|google.maps.RectangleOptions|null|undefined)] - * @see [google_maps_api_v3_11] - */ - public function Rectangle(opt_opts:Object = null) { - super(); - } - - /** - * @see [google_maps_api_v3_11] - * @returns {boolean} - */ - public function getEditable():Boolean { return null; } - - /** - * @param draggable [boolean] - * @see [google_maps_api_v3_11] - * @returns {undefined} - */ - public function setDraggable(draggable:Boolean):Object /* undefined */ { return null; } - - /** - * @see [google_maps_api_v3_11] - * @returns {boolean} - */ - public function getVisible():Boolean { return null; } - - /** - * @param editable [boolean] - * @see [google_maps_api_v3_11] - * @returns {undefined} - */ - public function setEditable(editable:Boolean):Object /* undefined */ { return null; } - - /** - * @param options [(Object<?,string>|google.maps.RectangleOptions|null)] - * @see [google_maps_api_v3_11] - * @returns {undefined} - */ - public function setOptions(options:Object):Object /* undefined */ { return null; } - - /** - * @param visible [boolean] - * @see [google_maps_api_v3_11] - * @returns {undefined} - */ - public function setVisible(visible:Boolean):Object /* undefined */ { return null; } - - /** - * @see [google_maps_api_v3_11] - * @returns {(google.maps.LatLngBounds|null)} - */ - public function getBounds():google.maps.LatLngBounds { return null; } - - /** - * @param bounds [(google.maps.LatLngBounds|null)] - * @see [google_maps_api_v3_11] - * @returns {undefined} - */ - public function setBounds(bounds:google.maps.LatLngBounds):Object /* undefined */ { return null; } - - /** - * @see [google_maps_api_v3_11] - * @returns {boolean} - */ - public function getDraggable():Boolean { return null; } - - /** - * @param map [(google.maps.Map|null)] - * @see [google_maps_api_v3_11] - * @returns {undefined} - */ - public function setMap(map:google.maps.Map):Object /* undefined */ { return null; } - - /** - * @see [google_maps_api_v3_11] - * @returns {(google.maps.Map|null)} - */ - public function getMap():google.maps.Map { return null; } - -} -} http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/69cacfc4/frameworks/projects/GoogleMaps/as/src/google/maps/ScaleControlStyle.as ---------------------------------------------------------------------- diff --git a/frameworks/projects/GoogleMaps/as/src/google/maps/ScaleControlStyle.as b/frameworks/projects/GoogleMaps/as/src/google/maps/ScaleControlStyle.as deleted file mode 100644 index 7db4e10..0000000 --- a/frameworks/projects/GoogleMaps/as/src/google/maps/ScaleControlStyle.as +++ /dev/null @@ -1,17 +0,0 @@ -package google.maps { - -/** - * @see [google_maps_api_v3_11] - * @constructor */ -public class ScaleControlStyle { - - - /** - * Generated doc for missing field JSDoc. - * - * @see [google_maps_api_v3_11] - */ - public static const DEFAULT:Number = 0; - -} -} http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/69cacfc4/frameworks/projects/GoogleMaps/as/src/google/maps/Size.as ---------------------------------------------------------------------- diff --git a/frameworks/projects/GoogleMaps/as/src/google/maps/Size.as b/frameworks/projects/GoogleMaps/as/src/google/maps/Size.as deleted file mode 100644 index 021d67c..0000000 --- a/frameworks/projects/GoogleMaps/as/src/google/maps/Size.as +++ /dev/null @@ -1,45 +0,0 @@ -package google.maps { - -/** - * @see [google_maps_api_v3_11] - * @constructor */ -public class Size { - - /** - * @param width [number] - * @param height [number] - * @param opt_widthUnit [(string|undefined)] - * @param opt_heightUnit [(string|undefined)] - * @see [google_maps_api_v3_11] - */ - public function Size(width:Number, height:Number, opt_widthUnit:String = '', opt_heightUnit:String = '') { - super(); - } - - /** - * @see JSType - [number] - * @see [google_maps_api_v3_11] - */ - public var height:Number; - - /** - * @see JSType - [number] - * @see [google_maps_api_v3_11] - */ - public var width:Number; - - /** - * @param other [(google.maps.Size|null)] - * @see [google_maps_api_v3_11] - * @returns {boolean} - */ - public function equals(other:google.maps.Size):Boolean { return null; } - - /** - * @see [google_maps_api_v3_11] - * @returns {string} - */ - public function toString():String { return null; } - -} -} http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/69cacfc4/frameworks/projects/GoogleMaps/as/src/google/maps/StreetViewCoverageLayer.as ---------------------------------------------------------------------- diff --git a/frameworks/projects/GoogleMaps/as/src/google/maps/StreetViewCoverageLayer.as b/frameworks/projects/GoogleMaps/as/src/google/maps/StreetViewCoverageLayer.as deleted file mode 100644 index 2f08eb8..0000000 --- a/frameworks/projects/GoogleMaps/as/src/google/maps/StreetViewCoverageLayer.as +++ /dev/null @@ -1,29 +0,0 @@ -package google.maps { - -/** - * @see [google_maps_api_v3_11] - * @constructor extends google.maps.MVCObject */ -public class StreetViewCoverageLayer extends google.maps.MVCObject { - - /** - * @see [google_maps_api_v3_11] - */ - public function StreetViewCoverageLayer() { - super(); - } - - /** - * @param map [(google.maps.Map|null)] - * @see [google_maps_api_v3_11] - * @returns {undefined} - */ - public function setMap(map:google.maps.Map):Object /* undefined */ { return null; } - - /** - * @see [google_maps_api_v3_11] - * @returns {(google.maps.Map|null)} - */ - public function getMap():google.maps.Map { return null; } - -} -} http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/69cacfc4/frameworks/projects/GoogleMaps/as/src/google/maps/StreetViewPanorama.as ---------------------------------------------------------------------- diff --git a/frameworks/projects/GoogleMaps/as/src/google/maps/StreetViewPanorama.as b/frameworks/projects/GoogleMaps/as/src/google/maps/StreetViewPanorama.as deleted file mode 100644 index 434990d..0000000 --- a/frameworks/projects/GoogleMaps/as/src/google/maps/StreetViewPanorama.as +++ /dev/null @@ -1,108 +0,0 @@ -package google.maps { - -/** - * @see [google_maps_api_v3_11] - * @constructor extends google.maps.MVCObject */ -public class StreetViewPanorama extends google.maps.MVCObject { - - /** - * @param container [(Node|null)] - * @param opt_opts [(Object<?,string>|google.maps.StreetViewPanoramaOptions|null|undefined)] - * @see [google_maps_api_v3_11] - */ - public function StreetViewPanorama(container:Object, opt_opts:Object = null) { - super(); - } - - /** - * @see JSType - [(Array<(google.maps.MVCArray|null)>|null)] - * @see [google_maps_api_v3_11] - */ - public var controls:Array; - - /** - * @param pov [(google.maps.StreetViewPov|null)] - * @see [google_maps_api_v3_11] - * @returns {undefined} - */ - public function setPov(pov:google.maps.StreetViewPov):Object /* undefined */ { return null; } - - /** - * @see [google_maps_api_v3_11] - * @returns {(google.maps.StreetViewPov|null)} - */ - public function getPov():google.maps.StreetViewPov { return null; } - - /** - * @see [google_maps_api_v3_11] - * @returns {boolean} - */ - public function getVisible():Boolean { return null; } - - /** - * @see [google_maps_api_v3_11] - * @returns {string} - */ - public function getPano():String { return null; } - - /** - * @see [google_maps_api_v3_11] - * @returns {(google.maps.StreetViewPov|null)} - */ - public function getPhotographerPov():google.maps.StreetViewPov { return null; } - - /** - * @param zoom [number] - * @see [google_maps_api_v3_11] - * @returns {undefined} - */ - public function setZoom(zoom:Number):Object /* undefined */ { return null; } - - /** - * @param flag [boolean] - * @see [google_maps_api_v3_11] - * @returns {undefined} - */ - public function setVisible(flag:Boolean):Object /* undefined */ { return null; } - - /** - * @see [google_maps_api_v3_11] - * @returns {number} - */ - public function getZoom():Number { return 0; } - - /** - * @param latLng [(google.maps.LatLng|null)] - * @see [google_maps_api_v3_11] - * @returns {undefined} - */ - public function setPosition(latLng:google.maps.LatLng):Object /* undefined */ { return null; } - - /** - * @param pano [string] - * @see [google_maps_api_v3_11] - * @returns {undefined} - */ - public function setPano(pano:String):Object /* undefined */ { return null; } - - /** - * @see [google_maps_api_v3_11] - * @returns {(google.maps.LatLng|null)} - */ - public function getPosition():google.maps.LatLng { return null; } - - /** - * @param provider [function (string): (google.maps.StreetViewPanoramaData|null)] - * @see [google_maps_api_v3_11] - * @returns {undefined} - */ - public function registerPanoProvider(provider:Object):Object /* undefined */ { return null; } - - /** - * @see [google_maps_api_v3_11] - * @returns {(Array<(google.maps.StreetViewLink|null)>|null)} - */ - public function getLinks():Array { return null; } - -} -} http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/69cacfc4/frameworks/projects/GoogleMaps/as/src/google/maps/StreetViewPov.as ---------------------------------------------------------------------- diff --git a/frameworks/projects/GoogleMaps/as/src/google/maps/StreetViewPov.as b/frameworks/projects/GoogleMaps/as/src/google/maps/StreetViewPov.as deleted file mode 100644 index 02d579f..0000000 --- a/frameworks/projects/GoogleMaps/as/src/google/maps/StreetViewPov.as +++ /dev/null @@ -1,28 +0,0 @@ -package google.maps { - -/** - * @see [google_maps_api_v3_11] - * @constructor */ -public class StreetViewPov { - - /** - * @see [google_maps_api_v3_11] - */ - public function StreetViewPov() { - super(); - } - - /** - * @see JSType - [number] - * @see [google_maps_api_v3_11] - */ - public var pitch:Number; - - /** - * @see JSType - [number] - * @see [google_maps_api_v3_11] - */ - public var heading:Number; - -} -} http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/69cacfc4/frameworks/projects/GoogleMaps/as/src/google/maps/StreetViewService.as ---------------------------------------------------------------------- diff --git a/frameworks/projects/GoogleMaps/as/src/google/maps/StreetViewService.as b/frameworks/projects/GoogleMaps/as/src/google/maps/StreetViewService.as deleted file mode 100644 index ae969f8..0000000 --- a/frameworks/projects/GoogleMaps/as/src/google/maps/StreetViewService.as +++ /dev/null @@ -1,33 +0,0 @@ -package google.maps { - -/** - * @see [google_maps_api_v3_11] - * @constructor */ -public class StreetViewService { - - /** - * @see [google_maps_api_v3_11] - */ - public function StreetViewService() { - super(); - } - - /** - * @param latlng [(google.maps.LatLng|null)] - * @param radius [number] - * @param callback [function ((google.maps.StreetViewPanoramaData|null), (google.maps.StreetViewStatus|null)): ?] - * @see [google_maps_api_v3_11] - * @returns {undefined} - */ - public function getPanoramaByLocation(latlng:google.maps.LatLng, radius:Number, callback:Object):Object /* undefined */ { return null; } - - /** - * @param pano [string] - * @param callback [function ((google.maps.StreetViewPanoramaData|null), (google.maps.StreetViewStatus|null)): ?] - * @see [google_maps_api_v3_11] - * @returns {undefined} - */ - public function getPanoramaById(pano:String, callback:Object):Object /* undefined */ { return null; } - -} -} http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/69cacfc4/frameworks/projects/GoogleMaps/as/src/google/maps/StreetViewStatus.as ---------------------------------------------------------------------- diff --git a/frameworks/projects/GoogleMaps/as/src/google/maps/StreetViewStatus.as b/frameworks/projects/GoogleMaps/as/src/google/maps/StreetViewStatus.as deleted file mode 100644 index 04a9a11..0000000 --- a/frameworks/projects/GoogleMaps/as/src/google/maps/StreetViewStatus.as +++ /dev/null @@ -1,31 +0,0 @@ -package google.maps { - -/** - * @see [google_maps_api_v3_11] - * @constructor */ -public class StreetViewStatus { - - - /** - * Generated doc for missing field JSDoc. - * - * @see [google_maps_api_v3_11] - */ - public static const OK:String = '1'; - - /** - * Generated doc for missing field JSDoc. - * - * @see [google_maps_api_v3_11] - */ - public static const ZERO_RESULTS:String = '3'; - - /** - * Generated doc for missing field JSDoc. - * - * @see [google_maps_api_v3_11] - */ - public static const UNKNOWN_ERROR:String = '2'; - -} -} http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/69cacfc4/frameworks/projects/GoogleMaps/as/src/google/maps/StrokePosition.as ---------------------------------------------------------------------- diff --git a/frameworks/projects/GoogleMaps/as/src/google/maps/StrokePosition.as b/frameworks/projects/GoogleMaps/as/src/google/maps/StrokePosition.as deleted file mode 100644 index 14fb79a..0000000 --- a/frameworks/projects/GoogleMaps/as/src/google/maps/StrokePosition.as +++ /dev/null @@ -1,31 +0,0 @@ -package google.maps { - -/** - * @see [google_maps_api_v3_11] - * @constructor */ -public class StrokePosition { - - - /** - * Generated doc for missing field JSDoc. - * - * @see [google_maps_api_v3_11] - */ - public static const INSIDE:Number = 0; - - /** - * Generated doc for missing field JSDoc. - * - * @see [google_maps_api_v3_11] - */ - public static const CENTER:Number = 1; - - /** - * Generated doc for missing field JSDoc. - * - * @see [google_maps_api_v3_11] - */ - public static const OUTSIDE:Number = 2; - -} -} http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/69cacfc4/frameworks/projects/GoogleMaps/as/src/google/maps/StyledMapType.as ---------------------------------------------------------------------- diff --git a/frameworks/projects/GoogleMaps/as/src/google/maps/StyledMapType.as b/frameworks/projects/GoogleMaps/as/src/google/maps/StyledMapType.as deleted file mode 100644 index f4a420d..0000000 --- a/frameworks/projects/GoogleMaps/as/src/google/maps/StyledMapType.as +++ /dev/null @@ -1,18 +0,0 @@ -package google.maps { - -/** - * @see [google_maps_api_v3_11] - * @constructor extends google.maps.MVCObject */ -public class StyledMapType extends google.maps.MVCObject { - - /** - * @param styles [(Array<(google.maps.MapTypeStyle|null)>|null)] - * @param opt_options [(Object<?,string>|google.maps.StyledMapTypeOptions|null|undefined)] - * @see [google_maps_api_v3_11] - */ - public function StyledMapType(styles:Array, opt_options:Object = null) { - super(); - } - -} -} http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/69cacfc4/frameworks/projects/GoogleMaps/as/src/google/maps/SymbolPath.as ---------------------------------------------------------------------- diff --git a/frameworks/projects/GoogleMaps/as/src/google/maps/SymbolPath.as b/frameworks/projects/GoogleMaps/as/src/google/maps/SymbolPath.as deleted file mode 100644 index 3e7a7dc..0000000 --- a/frameworks/projects/GoogleMaps/as/src/google/maps/SymbolPath.as +++ /dev/null @@ -1,45 +0,0 @@ -package google.maps { - -/** - * @see [google_maps_api_v3_11] - * @constructor */ -public class SymbolPath { - - - /** - * Generated doc for missing field JSDoc. - * - * @see [google_maps_api_v3_11] - */ - public static const FORWARD_OPEN_ARROW:Number = 0; - - /** - * Generated doc for missing field JSDoc. - * - * @see [google_maps_api_v3_11] - */ - public static const CIRCLE:Number = 1; - - /** - * Generated doc for missing field JSDoc. - * - * @see [google_maps_api_v3_11] - */ - public static const BACKWARD_OPEN_ARROW:Number = 2; - - /** - * Generated doc for missing field JSDoc. - * - * @see [google_maps_api_v3_11] - */ - public static const BACKWARD_CLOSED_ARROW:Number = 3; - - /** - * Generated doc for missing field JSDoc. - * - * @see [google_maps_api_v3_11] - */ - public static const FORWARD_CLOSED_ARROW:Number = 4; - -} -} http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/69cacfc4/frameworks/projects/GoogleMaps/as/src/google/maps/TrafficLayer.as ---------------------------------------------------------------------- diff --git a/frameworks/projects/GoogleMaps/as/src/google/maps/TrafficLayer.as b/frameworks/projects/GoogleMaps/as/src/google/maps/TrafficLayer.as deleted file mode 100644 index c00139d..0000000 --- a/frameworks/projects/GoogleMaps/as/src/google/maps/TrafficLayer.as +++ /dev/null @@ -1,29 +0,0 @@ -package google.maps { - -/** - * @see [google_maps_api_v3_11] - * @constructor extends google.maps.MVCObject */ -public class TrafficLayer extends google.maps.MVCObject { - - /** - * @see [google_maps_api_v3_11] - */ - public function TrafficLayer() { - super(); - } - - /** - * @param map [(google.maps.Map|null)] - * @see [google_maps_api_v3_11] - * @returns {undefined} - */ - public function setMap(map:google.maps.Map):Object /* undefined */ { return null; } - - /** - * @see [google_maps_api_v3_11] - * @returns {(google.maps.Map|null)} - */ - public function getMap():google.maps.Map { return null; } - -} -} http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/69cacfc4/frameworks/projects/GoogleMaps/as/src/google/maps/TransitLayer.as ---------------------------------------------------------------------- diff --git a/frameworks/projects/GoogleMaps/as/src/google/maps/TransitLayer.as b/frameworks/projects/GoogleMaps/as/src/google/maps/TransitLayer.as deleted file mode 100644 index c0a5be2..0000000 --- a/frameworks/projects/GoogleMaps/as/src/google/maps/TransitLayer.as +++ /dev/null @@ -1,29 +0,0 @@ -package google.maps { - -/** - * @see [google_maps_api_v3_11] - * @constructor extends google.maps.MVCObject */ -public class TransitLayer extends google.maps.MVCObject { - - /** - * @see [google_maps_api_v3_11] - */ - public function TransitLayer() { - super(); - } - - /** - * @param map [(google.maps.Map|null)] - * @see [google_maps_api_v3_11] - * @returns {undefined} - */ - public function setMap(map:google.maps.Map):Object /* undefined */ { return null; } - - /** - * @see [google_maps_api_v3_11] - * @returns {(google.maps.Map|null)} - */ - public function getMap():google.maps.Map { return null; } - -} -} http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/69cacfc4/frameworks/projects/GoogleMaps/as/src/google/maps/TravelMode.as ---------------------------------------------------------------------- diff --git a/frameworks/projects/GoogleMaps/as/src/google/maps/TravelMode.as b/frameworks/projects/GoogleMaps/as/src/google/maps/TravelMode.as deleted file mode 100644 index 2ba3b84..0000000 --- a/frameworks/projects/GoogleMaps/as/src/google/maps/TravelMode.as +++ /dev/null @@ -1,38 +0,0 @@ -package google.maps { - -/** - * @see [google_maps_api_v3_11] - * @constructor */ -public class TravelMode { - - - /** - * Generated doc for missing field JSDoc. - * - * @see [google_maps_api_v3_11] - */ - public static const TRANSIT:String = '3'; - - /** - * Generated doc for missing field JSDoc. - * - * @see [google_maps_api_v3_11] - */ - public static const DRIVING:String = '2'; - - /** - * Generated doc for missing field JSDoc. - * - * @see [google_maps_api_v3_11] - */ - public static const WALKING:String = '4'; - - /** - * Generated doc for missing field JSDoc. - * - * @see [google_maps_api_v3_11] - */ - public static const BICYCLING:String = '1'; - -} -} http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/69cacfc4/frameworks/projects/GoogleMaps/as/src/google/maps/UnitSystem.as ---------------------------------------------------------------------- diff --git a/frameworks/projects/GoogleMaps/as/src/google/maps/UnitSystem.as b/frameworks/projects/GoogleMaps/as/src/google/maps/UnitSystem.as deleted file mode 100644 index 3b349c0..0000000 --- a/frameworks/projects/GoogleMaps/as/src/google/maps/UnitSystem.as +++ /dev/null @@ -1,24 +0,0 @@ -package google.maps { - -/** - * @see [google_maps_api_v3_11] - * @constructor */ -public class UnitSystem { - - - /** - * Generated doc for missing field JSDoc. - * - * @see [google_maps_api_v3_11] - */ - public static const METRIC:Number = 0; - - /** - * Generated doc for missing field JSDoc. - * - * @see [google_maps_api_v3_11] - */ - public static const IMPERIAL:Number = 1; - -} -} http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/69cacfc4/frameworks/projects/GoogleMaps/as/src/google/maps/ZoomControlStyle.as ---------------------------------------------------------------------- diff --git a/frameworks/projects/GoogleMaps/as/src/google/maps/ZoomControlStyle.as b/frameworks/projects/GoogleMaps/as/src/google/maps/ZoomControlStyle.as deleted file mode 100644 index 842bd64..0000000 --- a/frameworks/projects/GoogleMaps/as/src/google/maps/ZoomControlStyle.as +++ /dev/null @@ -1,31 +0,0 @@ -package google.maps { - -/** - * @see [google_maps_api_v3_11] - * @constructor */ -public class ZoomControlStyle { - - - /** - * Generated doc for missing field JSDoc. - * - * @see [google_maps_api_v3_11] - */ - public static const LARGE:Number = 0; - - /** - * Generated doc for missing field JSDoc. - * - * @see [google_maps_api_v3_11] - */ - public static const SMALL:Number = 1; - - /** - * Generated doc for missing field JSDoc. - * - * @see [google_maps_api_v3_11] - */ - public static const DEFAULT:Number = 2; - -} -} http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/69cacfc4/frameworks/projects/GoogleMaps/as/src/google/maps/adsense.as ---------------------------------------------------------------------- diff --git a/frameworks/projects/GoogleMaps/as/src/google/maps/adsense.as b/frameworks/projects/GoogleMaps/as/src/google/maps/adsense.as deleted file mode 100644 index 58a178e..0000000 --- a/frameworks/projects/GoogleMaps/as/src/google/maps/adsense.as +++ /dev/null @@ -1,27 +0,0 @@ -package google.maps { - -import google.maps.adsense.AdFormat; - -/** - * @see [google_maps_api_v3_11] - * @constructor */ -public class adsense { - - /** - * @see [google_maps_api_v3_11] - */ - public function adsense():void { } - - /** - * @see [google_maps_api_v3_11] - */ - public var AdFormat:google.maps.adsense.AdFormat; - - /** - * @see [google_maps_api_v3_11] - */ - public static function AdUnitOptions():void { } - - -} -} http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/69cacfc4/frameworks/projects/GoogleMaps/as/src/google/maps/adsense/AdFormat.as ---------------------------------------------------------------------- diff --git a/frameworks/projects/GoogleMaps/as/src/google/maps/adsense/AdFormat.as b/frameworks/projects/GoogleMaps/as/src/google/maps/adsense/AdFormat.as deleted file mode 100644 index cfb9242..0000000 --- a/frameworks/projects/GoogleMaps/as/src/google/maps/adsense/AdFormat.as +++ /dev/null @@ -1,136 +0,0 @@ -package google.maps.adsense { - -/** - * @see [google_maps_api_v3_11] - * @constructor */ -public class AdFormat { - - - /** - * Generated doc for missing field JSDoc. - * - * @see [google_maps_api_v3_11] - */ - public static const HALF_BANNER:String = '3'; - - /** - * Generated doc for missing field JSDoc. - * - * @see [google_maps_api_v3_11] - */ - public static const MEDIUM_VERTICAL_LINK_UNIT:String = '9'; - - /** - * Generated doc for missing field JSDoc. - * - * @see [google_maps_api_v3_11] - */ - public static const VERTICAL_BANNER:String = '16'; - - /** - * Generated doc for missing field JSDoc. - * - * @see [google_maps_api_v3_11] - */ - public static const SMALL_HORIZONTAL_LINK_UNIT:String = '11'; - - /** - * Generated doc for missing field JSDoc. - * - * @see [google_maps_api_v3_11] - */ - public static const SMALL_SQUARE:String = '13'; - - /** - * Generated doc for missing field JSDoc. - * - * @see [google_maps_api_v3_11] - */ - public static const X_LARGE_VERTICAL_LINK_UNIT:String = ''; - - /** - * Generated doc for missing field JSDoc. - * - * @see [google_maps_api_v3_11] - */ - public static const SMALL_RECTANGLE:String = '12'; - - /** - * Generated doc for missing field JSDoc. - * - * @see [google_maps_api_v3_11] - */ - public static const BUTTON:String = '2'; - - /** - * Generated doc for missing field JSDoc. - * - * @see [google_maps_api_v3_11] - */ - public static const MEDIUM_RECTANGLE:String = '8'; - - /** - * Generated doc for missing field JSDoc. - * - * @see [google_maps_api_v3_11] - */ - public static const BANNER:String = '1'; - - /** - * Generated doc for missing field JSDoc. - * - * @see [google_maps_api_v3_11] - */ - public static const LEADERBOARD:String = '7'; - - /** - * Generated doc for missing field JSDoc. - * - * @see [google_maps_api_v3_11] - */ - public static const LARGE_HORIZONTAL_LINK_UNIT:String = '4'; - - /** - * Generated doc for missing field JSDoc. - * - * @see [google_maps_api_v3_11] - */ - public static const WIDE_SKYSCRAPER:String = '17'; - - /** - * Generated doc for missing field JSDoc. - * - * @see [google_maps_api_v3_11] - */ - public static const SQUARE:String = '15'; - - /** - * Generated doc for missing field JSDoc. - * - * @see [google_maps_api_v3_11] - */ - public static const LARGE_RECTANGLE:String = '5'; - - /** - * Generated doc for missing field JSDoc. - * - * @see [google_maps_api_v3_11] - */ - public static const SMALL_VERTICAL_LINK_UNIT:String = '14'; - - /** - * Generated doc for missing field JSDoc. - * - * @see [google_maps_api_v3_11] - */ - public static const SKYSCRAPER:String = '10'; - - /** - * Generated doc for missing field JSDoc. - * - * @see [google_maps_api_v3_11] - */ - public static const LARGE_VERTICAL_LINK_UNIT:String = '6'; - -} -} http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/69cacfc4/frameworks/projects/GoogleMaps/as/src/google/maps/adsense/AdUnit.as ---------------------------------------------------------------------- diff --git a/frameworks/projects/GoogleMaps/as/src/google/maps/adsense/AdUnit.as b/frameworks/projects/GoogleMaps/as/src/google/maps/adsense/AdUnit.as deleted file mode 100644 index 8596636..0000000 --- a/frameworks/projects/GoogleMaps/as/src/google/maps/adsense/AdUnit.as +++ /dev/null @@ -1,146 +0,0 @@ -package google.maps.adsense { - -import google.maps.Map; -import google.maps.MVCObject; -import google.maps.ControlPosition; - -/** - * @see [google_maps_api_v3_11] - * @constructor extends google.maps.MVCObject */ -public class AdUnit extends google.maps.MVCObject { - - /** - * @param container [(Node|null)] - * @param opts [(Object<?,string>|google.maps.adsense.AdUnitOptions|null)] - * @see [google_maps_api_v3_11] - */ - public function AdUnit(container:Node, opts:Object) { - super(); - } - - /** - * @see [google_maps_api_v3_11] - * @returns {(Node|null)} - */ - public function getContainer():Node { return null; } - - /** - * @see [google_maps_api_v3_11] - * @returns {string} - */ - public function getTitleColor():String { return null; } - - /** - * @param channelNumber [string] - * @see [google_maps_api_v3_11] - * @returns {undefined} - */ - public function setChannelNumber(channelNumber:String):Object /* undefined */ { return null; } - - /** - * @see [google_maps_api_v3_11] - * @returns {string} - */ - public function getBackgroundColor():String { return null; } - - /** - * @param position [(google.maps.ControlPosition|null)] - * @see [google_maps_api_v3_11] - * @returns {undefined} - */ - public function setPosition(position:google.maps.ControlPosition):Object /* undefined */ { return null; } - - /** - * @see [google_maps_api_v3_11] - * @returns {string} - */ - public function setBackgroundColor():String { return null; } - - /** - * @see [google_maps_api_v3_11] - * @returns {string} - */ - public function setBorderColor():String { return null; } - - /** - * @see [google_maps_api_v3_11] - * @returns {(google.maps.ControlPosition|null)} - */ - public function getPosition():google.maps.ControlPosition { return null; } - - /** - * @see [google_maps_api_v3_11] - * @returns {string} - */ - public function getUrlColor():String { return null; } - - /** - * @see [google_maps_api_v3_11] - * @returns {string} - */ - public function getBorderColor():String { return null; } - - /** - * @see [google_maps_api_v3_11] - * @returns {string} - */ - public function getPublisherId():String { return null; } - - /** - * @param map [(google.maps.Map|null)] - * @see [google_maps_api_v3_11] - * @returns {undefined} - */ - public function setMap(map:google.maps.Map):Object /* undefined */ { return null; } - - /** - * @see [google_maps_api_v3_11] - * @returns {(google.maps.Map|null)} - */ - public function getMap():google.maps.Map { return null; } - - /** - * @param format [(google.maps.adsense.AdFormat|null)] - * @see [google_maps_api_v3_11] - * @returns {undefined} - */ - public function setFormat(format:google.maps.adsense.AdFormat):Object /* undefined */ { return null; } - - /** - * @see [google_maps_api_v3_11] - * @returns {string} - */ - public function getChannelNumber():String { return null; } - - /** - * @see [google_maps_api_v3_11] - * @returns {(google.maps.adsense.AdFormat|null)} - */ - public function getFormat():google.maps.adsense.AdFormat { return null; } - - /** - * @see [google_maps_api_v3_11] - * @returns {string} - */ - public function setTitleColor():String { return null; } - - /** - * @see [google_maps_api_v3_11] - * @returns {string} - */ - public function setTextColor():String { return null; } - - /** - * @see [google_maps_api_v3_11] - * @returns {string} - */ - public function setUrlColor():String { return null; } - - /** - * @see [google_maps_api_v3_11] - * @returns {string} - */ - public function getTextColor():String { return null; } - -} -} http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/69cacfc4/frameworks/projects/GoogleMaps/as/src/google/maps/drawing.as ---------------------------------------------------------------------- diff --git a/frameworks/projects/GoogleMaps/as/src/google/maps/drawing.as b/frameworks/projects/GoogleMaps/as/src/google/maps/drawing.as deleted file mode 100644 index 81e538c..0000000 --- a/frameworks/projects/GoogleMaps/as/src/google/maps/drawing.as +++ /dev/null @@ -1,33 +0,0 @@ -package google.maps { - -import google.maps.drawing.OverlayType; - -/** - * @see [google_maps_api_v3_11] - * @constructor */ -public class drawing { - - /** - * @see [google_maps_api_v3_11] - */ - public function drawing():void { } - - /** - * @see [google_maps_api_v3_11] - */ - public var OverlayType:google.maps.drawing.OverlayType; - - - /** - * @see [google_maps_api_v3_11] - */ - public static function DrawingControlOptions():void { } - - - /** - * @see [google_maps_api_v3_11] - */ - public static function DrawingManagerOptions():void { } - -} -} http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/69cacfc4/frameworks/projects/GoogleMaps/as/src/google/maps/drawing/DrawingManager.as ---------------------------------------------------------------------- diff --git a/frameworks/projects/GoogleMaps/as/src/google/maps/drawing/DrawingManager.as b/frameworks/projects/GoogleMaps/as/src/google/maps/drawing/DrawingManager.as deleted file mode 100644 index 2c42ac2..0000000 --- a/frameworks/projects/GoogleMaps/as/src/google/maps/drawing/DrawingManager.as +++ /dev/null @@ -1,53 +0,0 @@ -package google.maps.drawing { - -import google.maps.Map; -import google.maps.MVCObject; - -/** - * @see [google_maps_api_v3_11] - * @constructor extends google.maps.MVCObject */ -public class DrawingManager extends google.maps.MVCObject { - - /** - * @param opt_options [(Object<?,string>|google.maps.drawing.DrawingManagerOptions|null|undefined)] - * @see [google_maps_api_v3_11] - */ - public function DrawingManager(opt_options:Object = null) { - super(); - } - - /** - * @param drawingMode [(google.maps.drawing.OverlayType|null)] - * @see [google_maps_api_v3_11] - * @returns {undefined} - */ - public function setDrawingMode(drawingMode:google.maps.drawing.OverlayType):Object /* undefined */ { return null; } - - /** - * @param options [(Object<?,string>|google.maps.drawing.DrawingManagerOptions|null)] - * @see [google_maps_api_v3_11] - * @returns {undefined} - */ - public function setOptions(options:Object):Object /* undefined */ { return null; } - - /** - * @see [google_maps_api_v3_11] - * @returns {(google.maps.drawing.OverlayType|null)} - */ - public function getDrawingMode():google.maps.drawing.OverlayType { return null; } - - /** - * @param map [(google.maps.Map|null)] - * @see [google_maps_api_v3_11] - * @returns {undefined} - */ - public function setMap(map:google.maps.Map):Object /* undefined */ { return null; } - - /** - * @see [google_maps_api_v3_11] - * @returns {(google.maps.Map|null)} - */ - public function getMap():google.maps.Map { return null; } - -} -} http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/69cacfc4/frameworks/projects/GoogleMaps/as/src/google/maps/drawing/OverlayCompleteEvent.as ---------------------------------------------------------------------- diff --git a/frameworks/projects/GoogleMaps/as/src/google/maps/drawing/OverlayCompleteEvent.as b/frameworks/projects/GoogleMaps/as/src/google/maps/drawing/OverlayCompleteEvent.as deleted file mode 100644 index cb49e00..0000000 --- a/frameworks/projects/GoogleMaps/as/src/google/maps/drawing/OverlayCompleteEvent.as +++ /dev/null @@ -1,28 +0,0 @@ -package google.maps.drawing { - -/** - * @see [google_maps_api_v3_11] - * @constructor */ -public class OverlayCompleteEvent { - - /** - * @see [google_maps_api_v3_11] - */ - public function OverlayCompleteEvent() { - super(); - } - - /** - * @see JSType - [(google.maps.Circle|google.maps.Marker|google.maps.Polygon|google.maps.Polyline|google.maps.Rectangle|null)] - * @see [google_maps_api_v3_11] - */ - public var overlay:Object; - - /** - * @see JSType - [(google.maps.drawing.OverlayType|null)] - * @see [google_maps_api_v3_11] - */ - public var type:google.maps.drawing.OverlayType; - -} -} http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/69cacfc4/frameworks/projects/GoogleMaps/as/src/google/maps/drawing/OverlayType.as ---------------------------------------------------------------------- diff --git a/frameworks/projects/GoogleMaps/as/src/google/maps/drawing/OverlayType.as b/frameworks/projects/GoogleMaps/as/src/google/maps/drawing/OverlayType.as deleted file mode 100644 index 0ce18e6..0000000 --- a/frameworks/projects/GoogleMaps/as/src/google/maps/drawing/OverlayType.as +++ /dev/null @@ -1,45 +0,0 @@ -package google.maps.drawing { - -/** - * @see [google_maps_api_v3_11] - * @constructor */ -public class OverlayType { - - - /** - * Generated doc for missing field JSDoc. - * - * @see [google_maps_api_v3_11] - */ - public static const POLYLINE:String = '4'; - - /** - * Generated doc for missing field JSDoc. - * - * @see [google_maps_api_v3_11] - */ - public static const RECTANGLE:String = ''; - - /** - * Generated doc for missing field JSDoc. - * - * @see [google_maps_api_v3_11] - */ - public static const CIRCLE:String = '1'; - - /** - * Generated doc for missing field JSDoc. - * - * @see [google_maps_api_v3_11] - */ - public static const MARKER:String = '2'; - - /** - * Generated doc for missing field JSDoc. - * - * @see [google_maps_api_v3_11] - */ - public static const POLYGON:String = '3'; - -} -} http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/69cacfc4/frameworks/projects/GoogleMaps/as/src/google/maps/event.as ---------------------------------------------------------------------- diff --git a/frameworks/projects/GoogleMaps/as/src/google/maps/event.as b/frameworks/projects/GoogleMaps/as/src/google/maps/event.as deleted file mode 100644 index 2a67d02..0000000 --- a/frameworks/projects/GoogleMaps/as/src/google/maps/event.as +++ /dev/null @@ -1,83 +0,0 @@ -package google.maps { - -/** - * @see [google_maps_api_v3_11] - * @constructor */ -public class event { - - /** - * @see [google_maps_api_v3_11] - */ - public function event():void { } - - /** - * @param instance [(Object|null)] - * @param eventName [string] - * @param var_args [*] - * @see [google_maps_api_v3_11] - * @returns {undefined} - */ - public static function trigger(instance:Object, eventName:String, ...var_args):Object /* undefined */ { return null; } - - /** - * @param instance [(Object|null)] - * @see [google_maps_api_v3_11] - * @returns {undefined} - */ - public static function clearInstanceListeners(instance:Object):Object /* undefined */ { return null; } - - /** - * @param instance [(Object|null)] - * @param eventName [string] - * @param handler [Function] - * @param opt_capture [(boolean|undefined)] - * @see [google_maps_api_v3_11] - * @returns {(google.maps.MapsEventListener|null)} - */ - public static function addDomListenerOnce(instance:Object, eventName:String, handler:Function /* Function */, opt_capture:Boolean = false):google.maps.MapsEventListener { return null; } - - /** - * @param listener [(google.maps.MapsEventListener|null)] - * @see [google_maps_api_v3_11] - * @returns {undefined} - */ - public static function removeListener(listener:google.maps.MapsEventListener):Object /* undefined */ { return null; } - - /** - * @param instance [(Object|null)] - * @param eventName [string] - * @param handler [Function] - * @see [google_maps_api_v3_11] - * @returns {(google.maps.MapsEventListener|null)} - */ - public static function addListener(instance:Object, eventName:String, handler:Function /* Function */):google.maps.MapsEventListener { return null; } - - /** - * @param instance [(Object|null)] - * @param eventName [string] - * @param handler [Function] - * @see [google_maps_api_v3_11] - * @returns {(google.maps.MapsEventListener|null)} - */ - public static function addListenerOnce(instance:Object, eventName:String, handler:Function /* Function */):google.maps.MapsEventListener { return null; } - - /** - * @param instance [(Object|null)] - * @param eventName [string] - * @see [google_maps_api_v3_11] - * @returns {undefined} - */ - public static function clearListeners(instance:Object, eventName:String):Object /* undefined */ { return null; } - - /** - * @param instance [(Object|null)] - * @param eventName [string] - * @param handler [Function] - * @param opt_capture [(boolean|undefined)] - * @see [google_maps_api_v3_11] - * @returns {(google.maps.MapsEventListener|null)} - */ - public static function addDomListener(instance:Object, eventName:String, handler:Function /* Function */, opt_capture:Boolean = false):google.maps.MapsEventListener { return null; } - -} -} http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/69cacfc4/frameworks/projects/GoogleMaps/as/src/google/maps/geometry.as ---------------------------------------------------------------------- diff --git a/frameworks/projects/GoogleMaps/as/src/google/maps/geometry.as b/frameworks/projects/GoogleMaps/as/src/google/maps/geometry.as deleted file mode 100644 index 5d72731..0000000 --- a/frameworks/projects/GoogleMaps/as/src/google/maps/geometry.as +++ /dev/null @@ -1,33 +0,0 @@ -package google.maps { - -import google.maps.geometry.spherical; -import google.maps.geometry.encoding; -import google.maps.geometry.poly; - -/** - * @see [google_maps_api_v3_11] - * @constructor */ -public class geometry { - - /** - * @see [google_maps_api_v3_11] - */ - public function geometry():void { } - - /** - * @see [google_maps_api_v3_11] - */ - public var poly:google.maps.geometry.poly; - - /** - * @see [google_maps_api_v3_11] - */ - public var encoding:google.maps.geometry.encoding; - - /** - * @see [google_maps_api_v3_11] - */ - public var spherical:google.maps.geometry.spherical; - -} -} http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/69cacfc4/frameworks/projects/GoogleMaps/as/src/google/maps/geometry/encoding.as ---------------------------------------------------------------------- diff --git a/frameworks/projects/GoogleMaps/as/src/google/maps/geometry/encoding.as b/frameworks/projects/GoogleMaps/as/src/google/maps/geometry/encoding.as deleted file mode 100644 index c88b290..0000000 --- a/frameworks/projects/GoogleMaps/as/src/google/maps/geometry/encoding.as +++ /dev/null @@ -1,28 +0,0 @@ -package google.maps.geometry { - -/** - * @see [google_maps_api_v3_11] - * @constructor */ -public class encoding { - - /** - * @see [google_maps_api_v3_11] - */ - public function encoding():void { } - - /** - * @param path [(Array<(google.maps.LatLng|null)>|google.maps.MVCArray|null)] - * @see [google_maps_api_v3_11] - * @returns {string} - */ - public static function encodePath(path:Object):String { return null; } - - /** - * @param encodedPath [string] - * @see [google_maps_api_v3_11] - * @returns {(Array<(google.maps.LatLng|null)>|null)} - */ - public static function decodePath(encodedPath:String):Array { return null; } - -} -} http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/69cacfc4/frameworks/projects/GoogleMaps/as/src/google/maps/geometry/poly.as ---------------------------------------------------------------------- diff --git a/frameworks/projects/GoogleMaps/as/src/google/maps/geometry/poly.as b/frameworks/projects/GoogleMaps/as/src/google/maps/geometry/poly.as deleted file mode 100644 index 573db4d..0000000 --- a/frameworks/projects/GoogleMaps/as/src/google/maps/geometry/poly.as +++ /dev/null @@ -1,34 +0,0 @@ -package google.maps.geometry { - -import google.maps.LatLng; -import google.maps.Polygon; - -/** - * @see [google_maps_api_v3_11] - * @constructor */ -public class poly { - - /** - * @see [google_maps_api_v3_11] - */ - public function poly():void { } - - /** - * @param point [(google.maps.LatLng|null)] - * @param polygon [(google.maps.Polygon|null)] - * @see [google_maps_api_v3_11] - * @returns {boolean} - */ - public static function containsLocation(point:google.maps.LatLng, polygon:google.maps.Polygon):Boolean { return null; } - - /** - * @param point [(google.maps.LatLng|null)] - * @param poly [(google.maps.Polygon|google.maps.Polyline|null)] - * @param opt_tolerance [(number|undefined)] - * @see [google_maps_api_v3_11] - * @returns {boolean} - */ - public static function isLocationOnEdge(point:google.maps.LatLng, poly:Object, opt_tolerance:Number = 0):Boolean { return null; } - -} -} http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/69cacfc4/frameworks/projects/GoogleMaps/as/src/google/maps/geometry/spherical.as ---------------------------------------------------------------------- diff --git a/frameworks/projects/GoogleMaps/as/src/google/maps/geometry/spherical.as b/frameworks/projects/GoogleMaps/as/src/google/maps/geometry/spherical.as deleted file mode 100644 index 78dbb08..0000000 --- a/frameworks/projects/GoogleMaps/as/src/google/maps/geometry/spherical.as +++ /dev/null @@ -1,86 +0,0 @@ -package google.maps.geometry { - -import google.maps.LatLng; - -/** - * @see [google_maps_api_v3_11] - * @constructor */ -public class spherical { - - /** - * @see [google_maps_api_v3_11] - */ - public function spherical():void { } - - /** - * @param from [(google.maps.LatLng|null)] - * @param distance [number] - * @param heading [number] - * @param opt_radius [(number|undefined)] - * @see [google_maps_api_v3_11] - * @returns {(google.maps.LatLng|null)} - */ - public static function computeOffset(from:google.maps.LatLng, distance:Number, heading:Number, opt_radius:Number = 0):google.maps.LatLng { return null; } - - /** - * @param from [(google.maps.LatLng|null)] - * @param to [(google.maps.LatLng|null)] - * @param opt_radius [(number|undefined)] - * @see [google_maps_api_v3_11] - * @returns {number} - */ - public static function computeDistanceBetween(from:google.maps.LatLng, to:google.maps.LatLng, opt_radius:Number = 0):Number { return 0; } - - /** - * @param to [(google.maps.LatLng|null)] - * @param distance [number] - * @param heading [number] - * @param opt_radius [(number|undefined)] - * @see [google_maps_api_v3_11] - * @returns {(google.maps.LatLng|null)} - */ - public static function computeOffsetOrigin(to:google.maps.LatLng, distance:Number, heading:Number, opt_radius:Number = 0):google.maps.LatLng { return null; } - - /** - * @param from [(google.maps.LatLng|null)] - * @param to [(google.maps.LatLng|null)] - * @param fraction [number] - * @see [google_maps_api_v3_11] - * @returns {(google.maps.LatLng|null)} - */ - public static function interpolate(from:google.maps.LatLng, to:google.maps.LatLng, fraction:Number):google.maps.LatLng { return null; } - - /** - * @param path [(Array<(google.maps.LatLng|null)>|google.maps.MVCArray|null)] - * @param opt_radius [(number|undefined)] - * @see [google_maps_api_v3_11] - * @returns {number} - */ - public static function computeLength(path:Object, opt_radius:Number = 0):Number { return 0; } - - /** - * @param loop [(Array<(google.maps.LatLng|null)>|google.maps.MVCArray|null)] - * @param opt_radius [(number|undefined)] - * @see [google_maps_api_v3_11] - * @returns {number} - */ - public static function computeSignedArea(loop:Object, opt_radius:Number = 0):Number { return 0; } - - /** - * @param from [(google.maps.LatLng|null)] - * @param to [(google.maps.LatLng|null)] - * @see [google_maps_api_v3_11] - * @returns {number} - */ - public static function computeHeading(from:google.maps.LatLng, to:google.maps.LatLng):Number { return 0; } - - /** - * @param path [(Array<(google.maps.LatLng|null)>|google.maps.MVCArray|null)] - * @param opt_radius [(number|undefined)] - * @see [google_maps_api_v3_11] - * @returns {number} - */ - public static function computeArea(path:Object, opt_radius:Number = 0):Number { return 0; } - -} -} http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/69cacfc4/frameworks/projects/GoogleMaps/as/src/google/maps/panoramio.as ---------------------------------------------------------------------- diff --git a/frameworks/projects/GoogleMaps/as/src/google/maps/panoramio.as b/frameworks/projects/GoogleMaps/as/src/google/maps/panoramio.as deleted file mode 100644 index 25ebe7a..0000000 --- a/frameworks/projects/GoogleMaps/as/src/google/maps/panoramio.as +++ /dev/null @@ -1,30 +0,0 @@ -package google.maps { - -/** - * @see [google_maps_api_v3_11] - * @constructor */ -public class panoramio { - - /** - * @see [google_maps_api_v3_11] - */ - public function panoramio():void { } - - - /** - * @see [google_maps_api_v3_11] - */ - public static function PanoramioLayerOptions():void { } - - /** - * @see [google_maps_api_v3_11] - */ - public static function PanoramioMouseEvent():void { } - - /** - * @see [google_maps_api_v3_11] - */ - public static function PanoramioFeature():void { } - -} -} http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/69cacfc4/frameworks/projects/GoogleMaps/as/src/google/maps/panoramio/PanoramioLayer.as ---------------------------------------------------------------------- diff --git a/frameworks/projects/GoogleMaps/as/src/google/maps/panoramio/PanoramioLayer.as b/frameworks/projects/GoogleMaps/as/src/google/maps/panoramio/PanoramioLayer.as deleted file mode 100644 index a6bd5ff..0000000 --- a/frameworks/projects/GoogleMaps/as/src/google/maps/panoramio/PanoramioLayer.as +++ /dev/null @@ -1,66 +0,0 @@ -package google.maps.panoramio { - -import google.maps.Map; -import google.maps.MVCObject; - -/** - * @see [google_maps_api_v3_11] - * @constructor extends google.maps.MVCObject */ -public class PanoramioLayer extends google.maps.MVCObject { - - /** - * @param opt_opts [(Object<?,string>|google.maps.panoramio.PanoramioLayerOptions|null|undefined)] - * @see [google_maps_api_v3_11] - */ - public function PanoramioLayer(opt_opts:Object = null) { - super(); - } - - /** - * @param userId [string] - * @see [google_maps_api_v3_11] - * @returns {undefined} - */ - public function setUserId(userId:String):Object /* undefined */ { return null; } - - /** - * @param tag [string] - * @see [google_maps_api_v3_11] - * @returns {undefined} - */ - public function setTag(tag:String):Object /* undefined */ { return null; } - - /** - * @see [google_maps_api_v3_11] - * @returns {string} - */ - public function getUserId():String { return null; } - - /** - * @param options [(Object<?,string>|google.maps.panoramio.PanoramioLayerOptions|null)] - * @see [google_maps_api_v3_11] - * @returns {undefined} - */ - public function setOptions(options:Object):Object /* undefined */ { return null; } - - /** - * @see [google_maps_api_v3_11] - * @returns {string} - */ - public function getTag():String { return null; } - - /** - * @param map [(google.maps.Map|null)] - * @see [google_maps_api_v3_11] - * @returns {undefined} - */ - public function setMap(map:google.maps.Map):Object /* undefined */ { return null; } - - /** - * @see [google_maps_api_v3_11] - * @returns {(google.maps.Map|null)} - */ - public function getMap():google.maps.Map { return null; } - -} -}
