Exemplo n.º 1
0
 public Location(Double lat, Double lon, String locationName)
 {
     hnd = LocationNativeInterface.location_new(lat, lon, locationName);
 }
Exemplo n.º 2
0
 protected override bool ReleaseHandle()
 {
     LocationNativeInterface.location_free(handle);
     return(true);
 }