Package javax.microedition.location

Examples of javax.microedition.location.Landmark


            address.setField(AddressInfo.STATE, "Ontario");
            address.setField(AddressInfo.CITY, "Waterloo");
            address.setField(AddressInfo.STREET, _dataObject.getData());

            final Landmark[] landmark =
                    { new Landmark(_dataObject.getName(), null, null, address) };

            // Invoke the Maps application with the address in the data object
            Invoke.invokeApplication(Invoke.APP_TYPE_MAPS, new MapsArguments(
                    landmark));
        }
View Full Code Here

TOP

Related Classes of javax.microedition.location.Landmark

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.