I am using leaflet map
when I set the value of Click to true in MapEvents .
a object with latitude and longitude is printed in console
how can i take this value in a local variable or input variable
In your "OnClick" or "OnTouch" event (the client action) you will utilize an assign and map the values you want to your local variable that you've established. You could even create a Structure that is meant to hold lat and lon. coordinates.
Thank you
No problem. Glad it worked for you!
This seems like it should be settable in your "OnClick" or "OnTouch" events of the screen.
how can i assign it to a local variable ?