format

external fun format(exclude: ArrayList<Int>? = null, include: ArrayList<Int>? = null): String?

Formats the address as a string

Parameters

exclude

Fields to be excluded from result. If not specified nothing is excluded

include

Fields to be included from result. If not specified all are included