addCustomPlaceData

fun addCustomPlaceData(data: FlatData): Long

Adds Custom Places flat data

Return

Unique ID for remove operation

Parameters

data

Data to add

fun addCustomPlaceData(data: List<FlatData>): List<Long>

Adds list of Custom Places flat data

Return

List of unique IDs for remove operation

Parameters

data

Data to add