Fix after merge
This commit is contained in:
parent
d490b3f37c
commit
26aaac2ecd
@ -141,5 +141,5 @@ public class MapTextFeature(
|
|||||||
public val color: Color,
|
public val color: Color,
|
||||||
public val fontConfig: MapTextFeatureFont.() -> Unit,
|
public val fontConfig: MapTextFeatureFont.() -> Unit,
|
||||||
) : MapFeature {
|
) : MapFeature {
|
||||||
override fun getBoundingBox(zoom: Int): GmcBox = GmcBox(position, position)
|
override fun getBoundingBox(zoom: Int): GmcRectangle = GmcRectangle(position, position)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user