resetDisplayRule

@AnyThread
fun resetDisplayRule(@Nullable location: MPLocation)

Sets the display rule of the given MPLocation to its default one (set from the CMS)

Parameters

location

The MPLocation we want to set its display rule to its default (set from the CMS)


@AnyThread
fun resetDisplayRule(@Nullable locations: List<MPLocation>)

Sets the display rule of the given MPLocation set to their default one (set from the CMS)

Parameters

locations

The MPLocation set we want to set their display rule to their default (set from the CMS)