Re: [flexcoders] Flex + Google Maps integration help needed.

2008-06-07 Thread Manu Dhanda

No worries guyz.
The problem is now fixed with the release of v1.4 of google maps swc.

Manu.


Manu Dhanda wrote:
 
 Hii,
 
 Following the samples at google maps, I can display the map nicely.
 But, it doesn't have dragging functionality and I can't find anywhere that
 someone is adding/coding for it in any of the posts around.
 
 Here is part of my code:
   private function onMapReady(event:Event):void {
   _mapa.setCenter( new
 LatLng(1.365580,103.827713),14,MapType.NORMAL_MAP_TYPE);
   _mapa.enableScrollWheelZoom();
   _mapa.enableContinuousZoom();
   _mapa.addControl(new ZoomControl());
   _mapa.addControl(new PositionControl());
   _mapa.addControl(new MapTypeControl());  
   dispatchEvent(new Event(Event.COMPLETE));
   }   
 
 I have added the three controls namely ZoomControl, PositionControl and
 MapTypeControl.
 But, none of them working when I interact with them.
 
 Anyone who could guide me to resolve this problem??
 
 Thanks,
 Manu.
 

-- 
View this message in context: 
http://www.nabble.com/Flex-%2B-Google-Maps-integration-help-needed.-tp17707247p17707425.html
Sent from the FlexCoders mailing list archive at Nabble.com.



[flexcoders] Flex + Google Maps integration help needed.

2008-06-07 Thread Manu Dhanda

Hii,

Following the samples at google maps, I can display the map nicely.
But, it doesn't have dragging functionality and I can't find anywhere that
someone is adding/coding for it in any of the posts around.

Here is part of my code:
  private function onMapReady(event:Event):void {
  _mapa.setCenter( new
LatLng(1.365580,103.827713),14,MapType.NORMAL_MAP_TYPE);
  _mapa.enableScrollWheelZoom();
  _mapa.enableContinuousZoom();
  _mapa.addControl(new ZoomControl());
  _mapa.addControl(new PositionControl());
  _mapa.addControl(new MapTypeControl());  
  dispatchEvent(new Event(Event.COMPLETE));
  }   

I have added the three controls namely ZoomControl, PositionControl and
MapTypeControl.
But, none of them working when I interact with them.

Anyone who could guide me to resolve this problem??

Thanks,
Manu.
-- 
View this message in context: 
http://www.nabble.com/Flex-%2B-Google-Maps-integration-help-needed.-tp17707247p17707247.html
Sent from the FlexCoders mailing list archive at Nabble.com.