googlemaps/android-maps-compose

Add iOS target using Compose Multiplatform

オープン

#312 opened on 2023/04/20

 (64 件のコメント) (203 件のリアクション) (1 人の担当者)Kotlin (181 件のフォーク)github user discovery
help wantedpriority: p3type: feature request

Repository metrics

Stars
 (1,309 個のスター)
PR merge metrics
 (平均マージ 8d 11h) (30d で 11 merged PRs)

説明

Describe the solution you'd like Add platform-specific code for iOS, using JetBrains Compose Multiplatform.

JB Compose iOS support is now in Alpha compose-multiplatform/releases/tag/v1.4.0 and enables the use of UiKit views in Compose. Kotlin Multiplatform Mobile recently moved to Beta and cocoapods integration works: kotlinlang.org/docs/native-cocoapods.html

Since android-maps-compose library is a wrapper for an Android view, it may result easy to adapt the existing structure to wrap also iOS objective-c Maps sdk.

A quick implementation labeled as alpha could come handy for developers to start playing with it, while waiting JB Compose iOS support to exit Alpha state.

コントリビューターガイド