copy

fun copy(    center: Point = this.center,     countries: List<IsoCountryCode>? = this.countries,     languages: List<IsoLanguageCode>? = this.languages,     limit: Int? = this.limit,     reverseMode: ReverseMode? = this.reverseMode,     types: List<QueryType>? = this.types): ReverseGeoOptions

Creates new ReverseGeoOptions from current instance.