Examples of monitorPerimeter()


Examples of net.rim.device.api.location.Geofence.monitorPerimeter()

            // geofenced region.
            final Geofence geofence = new Geofence();
            final Coordinates coordinates =
                    new Coordinates(ORIGIN_LATITUDE, ORIGIN_LONGITUDE,
                            Float.NaN);
            geofence.monitorPerimeter(this, "RIM Campus", coordinates,
                    GEOFENCE_RADIUS, 0, -1);

            // Add a field to display status
            final StringBuffer strBuffer =
                    new StringBuffer("Geofence enabled for latitude ");
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.