Hi Thiago

Thank you for the reply... wow lol thats a mouth full.

Ok so I should create this a s a class on its own vs having it in my main
mxml file.

Just give me a while to read trough it and try and understand what the
extended class is doing and how it works. Sorry Im still a newbie and want
to learn and know what Im doing and not just get other people to give me
answers.

ok so I must use the second class not the first one?

I would have to add to the class as the grid is dependent on a scale
selection that then calls a XML sheet to give proper lat longs for the map.

THANK YOU SOOOO MUCH for the help I really appreciate that you take the time
to help newbies like me.

Martin

On Thu, Aug 4, 2011 at 5:52 PM, Thiago Cordeiro <[email protected]>wrote:

> package map
> {
>     import com.google.maps.overlays.Polygon;
>     import com.google.maps.overlays.PolygonOptions;
>
>     public class CustomPolygon extends Polygon
>     {
>
>         private var _obj:Object;
>
>         public function CustomPolygon(arg0:Array, arg1:PolygonOptions=null)
>         {
>             super(arg0, arg1);
>         }
>
>         public function get obj():Object {
>             return this._obj;
>         }
>
>         public function set obj(v:Object):void {
>             this._obj = v;
>         }
>     }
> }
>
> 2011/8/4 Thiago Cordeiro <[email protected]>
>
>> package map
>> {
>>     import com.google.maps.overlays.Polygon;
>>     import com.google.maps.overlays.PolygonOptions;
>>
>>     public class CustomPolygon extends Polygon
>>     {
>>
>>         private var _obj:Object;
>>
>>         public function CustomPolygon(arg0:Array,
>> arg1:PolygonOptions=null)
>>         {
>>             super(arg0, arg1);
>>         }
>>
>>         public function get obj():Object {
>>             return this._obj;
>>         }
>>
>>         public function set obj(v:Object):void {
>>             this._obj = v;
>>         }
>>     }
>> }
>>
>
>  --
> You received this message because you are subscribed to the Google Groups
> "Google Maps API For Flash" group.
> To post to this group, send email to
> [email protected].
> To unsubscribe from this group, send email to
> [email protected].
> For more options, visit this group at
> http://groups.google.com/group/google-maps-api-for-flash?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps API For Flash" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-maps-api-for-flash?hl=en.

Reply via email to