Exemplo n.º 1
0
 public Location(Double lat, Double lon, String locationName)
 {
     hnd = LocationNativeInterface.location_new(lat, lon, locationName);
 }
Exemplo n.º 2
0
 internal extern static String location_name(LocationHandle location);
Exemplo n.º 3
0
 public Location(LocationHandle handle)
 {
     hnd = handle;
 }
Exemplo n.º 4
0
 internal extern static Double location_altitude(LocationHandle location);