package com.margelo.nitro.camera.public import android.location.Location public interface NativeLocation { val location: Location }