sdk
sdk
/
com.sygic.sdk.places.listeners
/
IndividualPlacesAddedListener
Individual
Places
Added
Listener
interface
IndividualPlacesAddedListener
Functions
Functions
on
Error
Link copied to clipboard
abstract
fun
onError
(
code
:
PlacesManager.ErrorCode
)
Called when error occurs during processing.
on
Places
Added
Link copied to clipboard
abstract
fun
onPlacesAdded
(
placeIds
:
List
<
IndividualPlaceId
>
)
Called when Individual Places are successfully added.