File tree Expand file tree Collapse file tree
extension-style/src/main/java/com/mapbox/maps/extension/style/sources
sdk-base/src/main/java/com/mapbox/maps/extension/style Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ inline fun <reified T : Source> StyleManagerInterface.getSourceAs(sourceId: Stri
5252/* *
5353 * Extension function to add a Source provided by the Style Extension to the Style.
5454 *
55- * @param source The light to be added
55+ * @param source The source to be added
5656 */
5757fun StyleInterface.addSource (source : StyleContract .StyleSourceExtension ) {
5858 source.bindTo(this )
Original file line number Diff line number Diff line change @@ -85,11 +85,11 @@ interface StyleContract {
8585 }
8686
8787 /* *
88- * Define the interfaces for the Light plugin.
88+ * Define the interfaces for the source plugin.
8989 */
9090 fun interface StyleSourceExtension {
9191 /* *
92- * Add the source to the Style.
92+ * Bind the source to the Style.
9393 *
9494 * @param delegate The style delegate
9595 */
@@ -101,7 +101,7 @@ interface StyleContract {
101101 */
102102 fun interface StyleImageExtension {
103103 /* *
104- * Add the image to the Style.
104+ * Bind the image to the Style.
105105 *
106106 * @param delegate The style delegate
107107 */
You can’t perform that action at this time.
0 commit comments