getNextAddressDetailLevel

external fun getNextAddressDetailLevel(landmark: Landmark): ArrayList<Int>?

Get the list of next possible address detail levels that can be searched for a landmark. It is country dependent.

For example, for a street there may be possible to get EAddressDetailLevel.Crossing and EAddressDetailLevel.HouseNumber in some countries but in others to get EAddressDetailLevel.StreetSection.

Return

List next possible address detail levels. Items of the list are in range of EAddressDetailLevel enum.

Parameters

landmark

The landmark for which to get the next possible address detail levels to search. If the landmark is default only ECountry will be in the list. If there are no more address detail levels available then empty is returned.