Skip to content

Commit fc9371b

Browse files
committed
update UnionBoundsExample
1 parent 88a89a5 commit fc9371b

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

docs/src/components/core/georectbounds/UnionBoundsExample.astro

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,7 @@ const {
2525
commentForCombinedBounds = "Contains both areas"
2626
} = Astro.props;
2727
28-
const code = `fun union(other: GeoRectBounds): GeoRectBounds
29-
30-
// Usage
31-
val bounds1 = GeoRectBounds(
28+
const code = `val bounds1 = GeoRectBounds(
3229
southWest = GeoPointImpl.fromLatLong(${firstSouthWestLatitude}, ${firstSouthWestLongitude}),
3330
northEast = GeoPointImpl.fromLatLong(${firstNorthEastLatitude}, ${firstNorthEastLongitude})
3431
)

0 commit comments

Comments
 (0)