On a map I want to click four different places and the lat and long value of
those four places I will keep in my database .Based on tht lat and long
value I will do something.
Please help.
regards
Dileep

On Mon, Jul 13, 2009 at 12:22 PM, Ravi M <flashr...@gmail.com> wrote:

> In what scenario you want this?
>
> -Rv
>
>   On Mon, Jul 13, 2009 at 12:00 PM, dileep singh <
> discover.dile...@gmail.com> wrote:
>
>> Thanks a lot ravi.
>> Ravi is it possible to get multiple lat and long value?
>> Regards
>> Dileep
>>
>> On Sat, Jul 11, 2009 at 1:59 PM, Ravi M <flashr...@gmail.com> wrote:
>>
>>> *
>>> private
>>> **function* init():*void* { googleMap = *new* Map();
>>> googleMap.addEventListener(MapMouseEvent.CLICK,mapClicked);
>>> mapContainer.addChild(googleMap);
>>> }
>>>
>>> *private* *function* mapClicked(evt:MapMouseEvent):*void*{
>>> Alert.show(evt.latLng.lat() + *"::::"* + evt.latLng.lng() + *"::::"*)
>>>
>>> }
>>> - Ravi
>>>
>>>
>>> On Sat, Jul 11, 2009 at 12:15 PM, dilu <discover.dile...@gmail.com>wrote:
>>>
>>>>
>>>> Hi,
>>>> I want to capture the lat and long value of a particular place on
>>>> marker click on google map in flex in AIR application.I am facing
>>>> problem in getting the lat and long value on marker click.
>>>> Please help me regarding this problem.
>>>> thanks
>>>> dileep
>>>>
>>>>
>>>>
>>>
>>>
>>>
>> >>
>>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Flex 
India Community" group.
To post to this group, send email to flex_india@googlegroups.com
To unsubscribe from this group, send email to 
flex_india+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to