Welcome!

Welcome to the Official BlackBerry Support Community Forums. This is your resource to discuss support topics with your peers, and learn from each other. New to the forum? Please visit the ‘Getting Started’ link below.
inside custom component

Java Development

Reply
Contributor
ankurnema12
Posts: 13
Registered: ‎10-23-2012
My Carrier: Airtel

Location map integration

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());
    }
}
Please use plain text.