SymbolDescriptorRoutePoint
class SymbolDescriptorRoutePoint @RestrictTo(value = [RestrictTo.Scope.LIBRARY_GROUP] ) constructor(val coordinate: Point, val themeId: ThemeId, val type: SymbolDescriptorRoutePoint.Type, val groups: List<SearchGroup>, val favoriteType: String?) : SymbolDescriptor
Constructors
Link copied to clipboard
constructor(coordinate: Point, themeId: ThemeId, type: SymbolDescriptorRoutePoint.Type, groups: List<SearchGroup>, favoriteType: String?)