02-06-2013 06:31 AM
On a button click i want to open a map with current location .i just invoke is it ok ...? ..how to create that event on button click..?
public class invokeMaps
{
public invokeMaps()
{
Invoke.invokeApplication(Invoke.APP_TYPE_MAPS, new MapsArguments());
}
}