expo-maps 55.0.11 → 55.0.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (53) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/android/build.gradle +2 -2
  3. package/android/src/main/java/expo/modules/maps/GoogleMapsView.kt +23 -3
  4. package/android/src/main/java/expo/modules/maps/Records.kt +4 -1
  5. package/build/google/GoogleMaps.types.d.ts +4 -0
  6. package/build/google/GoogleMaps.types.d.ts.map +1 -1
  7. package/build/google/GoogleMaps.types.js.map +1 -1
  8. package/expo-module.config.json +1 -1
  9. package/local-maven-repo/host/exp/exponent/expo.modules.maps/55.0.12/expo.modules.maps-55.0.12-sources.jar +0 -0
  10. package/local-maven-repo/host/exp/exponent/expo.modules.maps/55.0.12/expo.modules.maps-55.0.12-sources.jar.md5 +1 -0
  11. package/local-maven-repo/host/exp/exponent/expo.modules.maps/55.0.12/expo.modules.maps-55.0.12-sources.jar.sha1 +1 -0
  12. package/local-maven-repo/host/exp/exponent/expo.modules.maps/55.0.12/expo.modules.maps-55.0.12-sources.jar.sha256 +1 -0
  13. package/local-maven-repo/host/exp/exponent/expo.modules.maps/55.0.12/expo.modules.maps-55.0.12-sources.jar.sha512 +1 -0
  14. package/local-maven-repo/host/exp/exponent/expo.modules.maps/55.0.12/expo.modules.maps-55.0.12.aar +0 -0
  15. package/local-maven-repo/host/exp/exponent/expo.modules.maps/55.0.12/expo.modules.maps-55.0.12.aar.md5 +1 -0
  16. package/local-maven-repo/host/exp/exponent/expo.modules.maps/55.0.12/expo.modules.maps-55.0.12.aar.sha1 +1 -0
  17. package/local-maven-repo/host/exp/exponent/expo.modules.maps/55.0.12/expo.modules.maps-55.0.12.aar.sha256 +1 -0
  18. package/local-maven-repo/host/exp/exponent/expo.modules.maps/55.0.12/expo.modules.maps-55.0.12.aar.sha512 +1 -0
  19. package/local-maven-repo/host/exp/exponent/expo.modules.maps/{55.0.11/expo.modules.maps-55.0.11.module → 55.0.12/expo.modules.maps-55.0.12.module} +22 -22
  20. package/local-maven-repo/host/exp/exponent/expo.modules.maps/55.0.12/expo.modules.maps-55.0.12.module.md5 +1 -0
  21. package/local-maven-repo/host/exp/exponent/expo.modules.maps/55.0.12/expo.modules.maps-55.0.12.module.sha1 +1 -0
  22. package/local-maven-repo/host/exp/exponent/expo.modules.maps/55.0.12/expo.modules.maps-55.0.12.module.sha256 +1 -0
  23. package/local-maven-repo/host/exp/exponent/expo.modules.maps/55.0.12/expo.modules.maps-55.0.12.module.sha512 +1 -0
  24. package/local-maven-repo/host/exp/exponent/expo.modules.maps/{55.0.11/expo.modules.maps-55.0.11.pom → 55.0.12/expo.modules.maps-55.0.12.pom} +1 -1
  25. package/local-maven-repo/host/exp/exponent/expo.modules.maps/55.0.12/expo.modules.maps-55.0.12.pom.md5 +1 -0
  26. package/local-maven-repo/host/exp/exponent/expo.modules.maps/55.0.12/expo.modules.maps-55.0.12.pom.sha1 +1 -0
  27. package/local-maven-repo/host/exp/exponent/expo.modules.maps/55.0.12/expo.modules.maps-55.0.12.pom.sha256 +1 -0
  28. package/local-maven-repo/host/exp/exponent/expo.modules.maps/55.0.12/expo.modules.maps-55.0.12.pom.sha512 +1 -0
  29. package/local-maven-repo/host/exp/exponent/expo.modules.maps/maven-metadata.xml +4 -4
  30. package/local-maven-repo/host/exp/exponent/expo.modules.maps/maven-metadata.xml.md5 +1 -1
  31. package/local-maven-repo/host/exp/exponent/expo.modules.maps/maven-metadata.xml.sha1 +1 -1
  32. package/local-maven-repo/host/exp/exponent/expo.modules.maps/maven-metadata.xml.sha256 +1 -1
  33. package/local-maven-repo/host/exp/exponent/expo.modules.maps/maven-metadata.xml.sha512 +1 -1
  34. package/package.json +2 -2
  35. package/src/google/GoogleMaps.types.ts +5 -0
  36. package/local-maven-repo/host/exp/exponent/expo.modules.maps/55.0.11/expo.modules.maps-55.0.11-sources.jar +0 -0
  37. package/local-maven-repo/host/exp/exponent/expo.modules.maps/55.0.11/expo.modules.maps-55.0.11-sources.jar.md5 +0 -1
  38. package/local-maven-repo/host/exp/exponent/expo.modules.maps/55.0.11/expo.modules.maps-55.0.11-sources.jar.sha1 +0 -1
  39. package/local-maven-repo/host/exp/exponent/expo.modules.maps/55.0.11/expo.modules.maps-55.0.11-sources.jar.sha256 +0 -1
  40. package/local-maven-repo/host/exp/exponent/expo.modules.maps/55.0.11/expo.modules.maps-55.0.11-sources.jar.sha512 +0 -1
  41. package/local-maven-repo/host/exp/exponent/expo.modules.maps/55.0.11/expo.modules.maps-55.0.11.aar +0 -0
  42. package/local-maven-repo/host/exp/exponent/expo.modules.maps/55.0.11/expo.modules.maps-55.0.11.aar.md5 +0 -1
  43. package/local-maven-repo/host/exp/exponent/expo.modules.maps/55.0.11/expo.modules.maps-55.0.11.aar.sha1 +0 -1
  44. package/local-maven-repo/host/exp/exponent/expo.modules.maps/55.0.11/expo.modules.maps-55.0.11.aar.sha256 +0 -1
  45. package/local-maven-repo/host/exp/exponent/expo.modules.maps/55.0.11/expo.modules.maps-55.0.11.aar.sha512 +0 -1
  46. package/local-maven-repo/host/exp/exponent/expo.modules.maps/55.0.11/expo.modules.maps-55.0.11.module.md5 +0 -1
  47. package/local-maven-repo/host/exp/exponent/expo.modules.maps/55.0.11/expo.modules.maps-55.0.11.module.sha1 +0 -1
  48. package/local-maven-repo/host/exp/exponent/expo.modules.maps/55.0.11/expo.modules.maps-55.0.11.module.sha256 +0 -1
  49. package/local-maven-repo/host/exp/exponent/expo.modules.maps/55.0.11/expo.modules.maps-55.0.11.module.sha512 +0 -1
  50. package/local-maven-repo/host/exp/exponent/expo.modules.maps/55.0.11/expo.modules.maps-55.0.11.pom.md5 +0 -1
  51. package/local-maven-repo/host/exp/exponent/expo.modules.maps/55.0.11/expo.modules.maps-55.0.11.pom.sha1 +0 -1
  52. package/local-maven-repo/host/exp/exponent/expo.modules.maps/55.0.11/expo.modules.maps-55.0.11.pom.sha256 +0 -1
  53. package/local-maven-repo/host/exp/exponent/expo.modules.maps/55.0.11/expo.modules.maps-55.0.11.pom.sha512 +0 -1
package/CHANGELOG.md CHANGED
@@ -10,6 +10,12 @@
10
10
 
11
11
  ### 💡 Others
12
12
 
13
+ ## 55.0.12 — 2026-03-27
14
+
15
+ ### 🎉 New features
16
+
17
+ - [android] Add `clickCoordinates` to `onCircleClick` callback. ([#43835](https://github.com/expo/expo/pull/43835) by [@nishan](https://github.com/intergalacticspacehighway))
18
+
13
19
  ## 55.0.11 — 2026-03-17
14
20
 
15
21
  _This version does not introduce any user-facing changes._
@@ -14,13 +14,13 @@ apply plugin: 'expo-module-gradle-plugin'
14
14
  apply plugin: 'org.jetbrains.kotlin.plugin.compose'
15
15
 
16
16
  group = 'host.exp.exponent'
17
- version = '55.0.11'
17
+ version = '55.0.12'
18
18
 
19
19
  android {
20
20
  namespace "expo.modules.maps"
21
21
  defaultConfig {
22
22
  versionCode 1
23
- versionName "55.0.11"
23
+ versionName "55.0.12"
24
24
  }
25
25
  buildFeatures {
26
26
  compose true
@@ -3,8 +3,10 @@ package expo.modules.maps
3
3
  import android.annotation.SuppressLint
4
4
  import android.content.Context
5
5
  import android.graphics.Bitmap
6
+ import android.graphics.Point
6
7
  import android.graphics.drawable.BitmapDrawable
7
8
  import android.graphics.drawable.Drawable
9
+ import android.view.MotionEvent
8
10
  import androidx.compose.foundation.layout.fillMaxSize
9
11
  import androidx.compose.runtime.Composable
10
12
  import androidx.compose.runtime.LaunchedEffect
@@ -79,9 +81,18 @@ class GoogleMapsView(context: Context, appContext: AppContext) :
79
81
  private lateinit var cameraState: CameraPositionState
80
82
  private var manualCameraControl = false
81
83
 
84
+ private var lastTouchPoint: Point? = null
85
+
82
86
  // Selection state management
83
87
  private lateinit var markerState: State<List<Pair<MarkerRecord, MarkerState>>>
84
88
 
89
+ override fun dispatchTouchEvent(event: MotionEvent): Boolean {
90
+ if (event.action == MotionEvent.ACTION_DOWN) {
91
+ lastTouchPoint = Point(event.x.toInt(), event.y.toInt())
92
+ }
93
+ return super.dispatchTouchEvent(event)
94
+ }
95
+
85
96
  @Composable
86
97
  override fun ComposableScope.Content() {
87
98
  cameraState = updateCameraState()
@@ -168,7 +179,14 @@ class GoogleMapsView(context: Context, appContext: AppContext) :
168
179
 
169
180
  MapCircles(
170
181
  circleState = circleState,
171
- onCircleClick = onCircleClick
182
+ onCircleClick = onCircleClick,
183
+ getClickCoordinates = {
184
+ lastTouchPoint?.let { point ->
185
+ cameraState.projection?.fromScreenLocation(point)?.let { latLng ->
186
+ Coordinates(latLng.latitude, latLng.longitude)
187
+ }
188
+ }
189
+ }
172
190
  )
173
191
 
174
192
  for ((marker, state) in markerState.value) {
@@ -399,7 +417,8 @@ class GoogleMapsView(context: Context, appContext: AppContext) :
399
417
  @Composable
400
418
  private fun MapCircles(
401
419
  circleState: List<Pair<CircleRecord, LatLng>>,
402
- onCircleClick: ViewEventCallback<CircleRecord>
420
+ onCircleClick: ViewEventCallback<CircleRecord>,
421
+ getClickCoordinates: () -> Coordinates?
403
422
  ) {
404
423
  circleState.forEach { (circle, center) ->
405
424
  Circle(
@@ -417,7 +436,8 @@ private fun MapCircles(
417
436
  radius = circle.radius,
418
437
  color = circle.color,
419
438
  lineColor = circle.lineColor,
420
- lineWidth = circle.lineWidth
439
+ lineWidth = circle.lineWidth,
440
+ clickCoordinates = getClickCoordinates()
421
441
  )
422
442
  )
423
443
  }
@@ -142,7 +142,10 @@ data class CircleRecord(
142
142
  val lineColor: Int? = null,
143
143
 
144
144
  @Field
145
- val lineWidth: Float? = null
145
+ val lineWidth: Float? = null,
146
+
147
+ @Field
148
+ val clickCoordinates: Coordinates? = null
146
149
  ) : Record
147
150
 
148
151
  data class UserLocationRecord(
@@ -111,6 +111,10 @@ export type GoogleMapsCircle = {
111
111
  * The width of the circle line.
112
112
  */
113
113
  lineWidth?: number;
114
+ /**
115
+ * The geographic coordinates of the click point on the map.
116
+ */
117
+ clickCoordinates?: Coordinates;
114
118
  };
115
119
  /**
116
120
  * @platform android
@@ -1 +1 @@
1
- {"version":3,"file":"GoogleMaps.types.d.ts","sourceRoot":"","sources":["../../src/google/GoogleMaps.types.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"GoogleMaps.types.d.ts","sourceRoot":"","sources":["../../src/google/GoogleMaps.types.ts"],"names":[],"mappings":"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"}
@@ -1 +1 @@
1
- {"version":3,"file":"GoogleMaps.types.js","sourceRoot":"","sources":["../../src/google/GoogleMaps.types.ts"],"names":[],"mappings":"AAkRA;;;GAGG;AACH,MAAM,CAAN,IAAY,iBAiBX;AAjBD,WAAY,iBAAiB;IAC3B;;OAEG;IACH,sCAAiB,CAAA;IACjB;;OAEG;IACH,sCAAiB,CAAA;IACjB;;OAEG;IACH,4CAAuB,CAAA;IACvB;;OAEG;IACH,wCAAmB,CAAA;AACrB,CAAC,EAjBW,iBAAiB,KAAjB,iBAAiB,QAiB5B;AA+DD;;GAEG;AACH,MAAM,CAAN,IAAY,qBAIX;AAJD,WAAY,qBAAqB;IAC/B,wCAAe,CAAA;IACf,sCAAa,CAAA;IACb,wDAA+B,CAAA;AACjC,CAAC,EAJW,qBAAqB,KAArB,qBAAqB,QAIhC","sourcesContent":["import type { SharedRefType } from 'expo';\nimport type { Ref } from 'react';\nimport type { ProcessedColorValue, StyleProp, ViewStyle } from 'react-native';\n\nimport { CameraPosition, Coordinates } from '../shared.types';\n\n/**\n * @platform android\n */\nexport type GoogleMapsAnchor = {\n /**\n * The normalized horizontal anchor point from 0.0 (left edge) to 1.0 (right edge).\n */\n x: number;\n\n /**\n * The normalized vertical anchor point from 0.0 (top edge) to 1.0 (bottom edge).\n */\n y: number;\n};\n\n/**\n * @platform android\n */\nexport type GoogleMapsMarker = {\n /**\n * The unique identifier for the marker. This can be used to identify the clicked marker in the `onMarkerClick` event.\n */\n id?: string;\n\n /**\n * The coordinates of the marker.\n */\n coordinates?: Coordinates;\n\n /**\n * The title of the marker, displayed in the callout when the marker is clicked.\n */\n title?: string;\n\n /**\n * The snippet of the marker, displayed in the callout when the marker is clicked.\n */\n snippet?: string;\n\n /**\n * Whether the marker is draggable.\n */\n draggable?: boolean;\n\n /**\n * Whether the callout should be shown when the marker is clicked.\n */\n showCallout?: boolean;\n\n /**\n * The custom icon to display for the marker.\n */\n icon?: SharedRefType<'image'>;\n\n /**\n * The anchor used to position the anchor relative to its coordinates.\n * @default bottom-center of the icon\n */\n anchor?: GoogleMapsAnchor;\n\n /**\n * The z-index to use for the marker.\n * @default 0\n */\n zIndex?: number;\n};\n\n/**\n * @platform android\n */\nexport type GoogleMapsPolyline = {\n /**\n * The unique identifier for the polyline. This can be used to identify the clicked polyline in the `onPolylineClick` event.\n */\n id?: string;\n\n /**\n * The coordinates of the polyline.\n */\n coordinates: Coordinates[];\n\n /**\n * The color of the polyline.\n */\n color?: ProcessedColorValue | string;\n\n /**\n * The width of the polyline.\n */\n width?: number;\n\n /**\n * Whether the polyline is geodesic.\n */\n geodesic?: boolean;\n};\n\n/**\n * @platform android\n */\nexport type GoogleMapsCircle = {\n /**\n * The unique identifier for the circle. This can be used to identify the clicked circle in the `onCircleClick` event.\n */\n id?: string;\n\n /**\n * The coordinates of the circle.\n */\n center: Coordinates;\n\n /**\n * The radius of the circle.\n */\n radius: number;\n\n /**\n * The color of the circle.\n */\n color?: ProcessedColorValue | string;\n\n /**\n * The color of the circle line.\n */\n lineColor?: ProcessedColorValue | string;\n\n /**\n * The width of the circle line.\n */\n lineWidth?: number;\n};\n\n/**\n * @platform android\n */\nexport type GoogleMapsPolygon = {\n /**\n * The unique identifier for the polygon. This can be used to identify the clicked polygon in the `onPolygonClick` event.\n */\n id?: string;\n\n /**\n * The coordinates of the circle.\n */\n coordinates: Coordinates[];\n\n /**\n * The color of the polygon.\n */\n color?: ProcessedColorValue | string;\n\n /**\n * The width of the polygon.\n */\n lineWidth?: number;\n\n /**\n * The color of the polygon.\n */\n lineColor?: ProcessedColorValue | string;\n};\n\n/**\n * @platform android\n */\nexport type GoogleMapsContentPadding = {\n /**\n * In LTR contexts, `start` will be applied along the left edge. In RTL contexts, `start` will correspond to the right edge.\n */\n start?: number;\n\n /**\n * In LTR contexts, `end` will be applied along the right edge. In RTL contexts, `end` will correspond to the left edge.\n */\n end?: number;\n\n /**\n * The padding on the top side of the map.\n */\n top?: number;\n\n /**\n * The padding on the bottom side of the map.\n */\n bottom?: number;\n};\n\n/**\n * @platform android\n */\nexport type GoogleMapsUserLocation = {\n /**\n * User location coordinates.\n */\n coordinates: Coordinates;\n\n /**\n * Should the camera follow the users' location.\n */\n followUserLocation: boolean;\n};\n\n/**\n * @platform android\n */\nexport type GoogleMapsUISettings = {\n /**\n * Whether the compass is enabled on the map.\n * If enabled, the compass is only visible when the map is rotated.\n */\n compassEnabled?: boolean;\n\n /**\n * Whether the indoor level picker is enabled .\n */\n indoorLevelPickerEnabled?: boolean;\n\n /**\n * Whether the map toolbar is visible.\n */\n mapToolbarEnabled?: boolean;\n\n /**\n * Whether the my location button is visible.\n */\n myLocationButtonEnabled?: boolean;\n\n /**\n * Whether rotate gestures are enabled.\n */\n rotationGesturesEnabled?: boolean;\n\n /**\n * Whether the scroll gestures are enabled.\n */\n scrollGesturesEnabled?: boolean;\n\n /**\n * Whether the scroll gestures are enabled during rotation or zoom.\n */\n scrollGesturesEnabledDuringRotateOrZoom?: boolean;\n\n /**\n * Whether the tilt gestures are enabled.\n */\n tiltGesturesEnabled?: boolean;\n\n /**\n * Whether the zoom controls are visible.\n */\n zoomControlsEnabled?: boolean;\n\n /**\n * Whether the zoom gestures are enabled.\n */\n zoomGesturesEnabled?: boolean;\n\n /**\n * Whether the scale bar is displayed when zooming.\n */\n scaleBarEnabled?: boolean;\n\n /**\n * Whether the user is allowed to change the pitch type.\n */\n togglePitchEnabled?: boolean;\n};\n\n/**\n * The type of map to display.\n * @platform android\n */\nexport enum GoogleMapsMapType {\n /**\n * Satellite imagery with roads and points of interest overlayed.\n */\n HYBRID = 'HYBRID',\n /**\n * Standard road map.\n */\n NORMAL = 'NORMAL',\n /**\n * Satellite imagery.\n */\n SATELLITE = 'SATELLITE',\n /**\n * Topographic data.\n */\n TERRAIN = 'TERRAIN',\n}\n\n/**\n * @platform android\n */\nexport type GoogleMapsMapStyleOptions = {\n /**\n * The JSON string of the map style options.\n * @see For creating map style options, see https://mapstyle.withgoogle.com/\n */\n json: string;\n};\n\n/**\n * @platform android\n */\nexport type GoogleMapsProperties = {\n /**\n * Whether the building layer is enabled on the map.\n */\n isBuildingEnabled?: boolean;\n\n /**\n * Whether the indoor layer is enabled on the map.\n */\n isIndoorEnabled?: boolean;\n\n /**\n * Whether finding the user's location is enabled on the map.\n */\n isMyLocationEnabled?: boolean;\n\n /**\n * Whether the traffic layer is enabled on the map.\n */\n isTrafficEnabled?: boolean;\n\n /**\n * Defines which map type should be used.\n */\n mapType?: GoogleMapsMapType;\n\n /**\n * If true, the user can select a location on the map to get more information.\n */\n selectionEnabled?: boolean;\n\n /**\n * The maximum zoom level for the map.\n */\n maxZoomPreference?: number;\n\n /**\n * The minimum zoom level for the map.\n */\n minZoomPreference?: number;\n\n /**\n * With style options you can customize the presentation of the standard Google map styles, changing the visual display of features like roads, parks, and other points of interest.\n */\n mapStyleOptions?: GoogleMapsMapStyleOptions;\n};\n\n/**\n * @platform android\n */\nexport enum GoogleMapsColorScheme {\n LIGHT = 'LIGHT',\n DARK = 'DARK',\n FOLLOW_SYSTEM = 'FOLLOW_SYSTEM',\n}\n\n/**\n * @platform android\n */\nexport type GoogleMapsMapOptions = {\n /**\n * A map ID is a unique identifier that represents Google Map styling and configuration settings that are stored in Google Cloud.\n * @see For more information, see https://developers.google.com/maps/documentation/android-sdk/map-ids/mapid-over\n */\n mapId?: string;\n};\n\n/**\n * @platform android\n */\nexport type GoogleMapsViewProps = {\n ref?: Ref<GoogleMapsViewType>;\n style?: StyleProp<ViewStyle>;\n\n /**\n * The initial camera position of the map.\n */\n cameraPosition?: CameraPosition;\n\n /**\n * The array of markers to display on the map.\n */\n markers?: GoogleMapsMarker[];\n\n /**\n * The array of polylines to display on the map.\n */\n polylines?: GoogleMapsPolyline[];\n\n /**\n * The array of polygons to display on the map.\n */\n polygons?: GoogleMapsPolygon[];\n\n /**\n * The array of circles to display on the map.\n */\n circles?: GoogleMapsCircle[];\n\n /**\n * The `MapUiSettings` to be used for UI-specific settings on the map.\n */\n uiSettings?: GoogleMapsUISettings;\n\n /**\n * The properties for the map.\n */\n properties?: GoogleMapsProperties;\n\n /**\n * Defines configuration GoogleMapOptions for a GoogleMap\n */\n mapOptions?: GoogleMapsMapOptions;\n\n /**\n * Defines the color scheme for the map.\n */\n colorScheme?: GoogleMapsColorScheme;\n\n /**\n * User location, overrides default behavior.\n */\n userLocation?: GoogleMapsUserLocation;\n\n /**\n * The padding values used to signal that portions of the map around the edges may be obscured.\n * The map will move the Google logo, etc. to avoid overlapping the padding.\n */\n contentPadding?: GoogleMapsContentPadding;\n\n /**\n * Lambda invoked when the map is loaded.\n */\n onMapLoaded?: () => void;\n\n /**\n * Lambda invoked when the user clicks on the map.\n * It won't be invoked if the user clicks on POI or a marker.\n */\n onMapClick?: (event: { coordinates: Coordinates }) => void;\n\n /**\n * Lambda invoked when the user long presses on the map.\n */\n onMapLongClick?: (event: { coordinates: Coordinates }) => void;\n\n /**\n * Lambda invoked when a POI is clicked.\n */\n onPOIClick?: (event: { name: string; coordinates: Coordinates }) => void;\n\n /**\n * Lambda invoked when the marker is clicked\n */\n onMarkerClick?: (event: GoogleMapsMarker) => void;\n\n /**\n * Lambda invoked when the polyline is clicked.\n */\n onPolylineClick?: (event: GoogleMapsPolyline) => void;\n\n /**\n * Lambda invoked when the polygon is clicked.\n */\n onPolygonClick?: (event: GoogleMapsPolygon) => void;\n\n /**\n * Lambda invoked when the circle is clicked.\n */\n onCircleClick?: (event: GoogleMapsCircle) => void;\n\n /**\n * Lambda invoked when the map was moved by the user.\n */\n onCameraMove?: (event: {\n coordinates: Coordinates;\n zoom: number;\n tilt: number;\n bearing: number;\n }) => void;\n};\n\n/**\n * @platform android\n */\nexport type SetCameraPositionConfig = CameraPosition & {\n /**\n * The duration of the animation in milliseconds.\n */\n duration?: number;\n};\n\n/**\n * @platform android\n */\nexport type GoogleMapsViewType = {\n /**\n * Update camera position.\n * @param config New camera position config.\n */\n setCameraPosition: (config?: SetCameraPositionConfig) => void;\n\n /**\n * This is an async operation that animates the camera to the marker. If called\n * rapidly, a previous animation may be cancelled, causing the returned promise to reject.\n *\n * @param id The ID of the marker to select, or `undefined` to clear selection.\n * @param options Optional configuration for the selection.\n * @param options.zoom The zoom level to use when animating to the selected marker.\n * @param options.moveCamera Whether to animate the camera to the selected marker. When `false`, the camera will not move at all. Defaults to `true`.\n */\n selectMarker: (id?: string, options?: { zoom?: number; moveCamera?: boolean }) => Promise<void>;\n};\n\n/**\n * @platform android\n */\nexport type StreetViewCameraPosition = {\n coordinates: Coordinates;\n zoom?: number;\n tilt?: number;\n bearing?: number;\n};\n\n/**\n * @platform android\n */\nexport type GoogleStreetViewProps = {\n style?: StyleProp<ViewStyle>;\n position: StreetViewCameraPosition;\n isPanningGesturesEnabled?: boolean;\n isStreetNamesEnabled?: boolean;\n isUserNavigationEnabled?: boolean;\n isZoomGesturesEnabled?: boolean;\n};\n"]}
1
+ {"version":3,"file":"GoogleMaps.types.js","sourceRoot":"","sources":["../../src/google/GoogleMaps.types.ts"],"names":[],"mappings":"AAuRA;;;GAGG;AACH,MAAM,CAAN,IAAY,iBAiBX;AAjBD,WAAY,iBAAiB;IAC3B;;OAEG;IACH,sCAAiB,CAAA;IACjB;;OAEG;IACH,sCAAiB,CAAA;IACjB;;OAEG;IACH,4CAAuB,CAAA;IACvB;;OAEG;IACH,wCAAmB,CAAA;AACrB,CAAC,EAjBW,iBAAiB,KAAjB,iBAAiB,QAiB5B;AA+DD;;GAEG;AACH,MAAM,CAAN,IAAY,qBAIX;AAJD,WAAY,qBAAqB;IAC/B,wCAAe,CAAA;IACf,sCAAa,CAAA;IACb,wDAA+B,CAAA;AACjC,CAAC,EAJW,qBAAqB,KAArB,qBAAqB,QAIhC","sourcesContent":["import type { SharedRefType } from 'expo';\nimport type { Ref } from 'react';\nimport type { ProcessedColorValue, StyleProp, ViewStyle } from 'react-native';\n\nimport { CameraPosition, Coordinates } from '../shared.types';\n\n/**\n * @platform android\n */\nexport type GoogleMapsAnchor = {\n /**\n * The normalized horizontal anchor point from 0.0 (left edge) to 1.0 (right edge).\n */\n x: number;\n\n /**\n * The normalized vertical anchor point from 0.0 (top edge) to 1.0 (bottom edge).\n */\n y: number;\n};\n\n/**\n * @platform android\n */\nexport type GoogleMapsMarker = {\n /**\n * The unique identifier for the marker. This can be used to identify the clicked marker in the `onMarkerClick` event.\n */\n id?: string;\n\n /**\n * The coordinates of the marker.\n */\n coordinates?: Coordinates;\n\n /**\n * The title of the marker, displayed in the callout when the marker is clicked.\n */\n title?: string;\n\n /**\n * The snippet of the marker, displayed in the callout when the marker is clicked.\n */\n snippet?: string;\n\n /**\n * Whether the marker is draggable.\n */\n draggable?: boolean;\n\n /**\n * Whether the callout should be shown when the marker is clicked.\n */\n showCallout?: boolean;\n\n /**\n * The custom icon to display for the marker.\n */\n icon?: SharedRefType<'image'>;\n\n /**\n * The anchor used to position the anchor relative to its coordinates.\n * @default bottom-center of the icon\n */\n anchor?: GoogleMapsAnchor;\n\n /**\n * The z-index to use for the marker.\n * @default 0\n */\n zIndex?: number;\n};\n\n/**\n * @platform android\n */\nexport type GoogleMapsPolyline = {\n /**\n * The unique identifier for the polyline. This can be used to identify the clicked polyline in the `onPolylineClick` event.\n */\n id?: string;\n\n /**\n * The coordinates of the polyline.\n */\n coordinates: Coordinates[];\n\n /**\n * The color of the polyline.\n */\n color?: ProcessedColorValue | string;\n\n /**\n * The width of the polyline.\n */\n width?: number;\n\n /**\n * Whether the polyline is geodesic.\n */\n geodesic?: boolean;\n};\n\n/**\n * @platform android\n */\nexport type GoogleMapsCircle = {\n /**\n * The unique identifier for the circle. This can be used to identify the clicked circle in the `onCircleClick` event.\n */\n id?: string;\n\n /**\n * The coordinates of the circle.\n */\n center: Coordinates;\n\n /**\n * The radius of the circle.\n */\n radius: number;\n\n /**\n * The color of the circle.\n */\n color?: ProcessedColorValue | string;\n\n /**\n * The color of the circle line.\n */\n lineColor?: ProcessedColorValue | string;\n\n /**\n * The width of the circle line.\n */\n lineWidth?: number;\n\n /**\n * The geographic coordinates of the click point on the map.\n */\n clickCoordinates?: Coordinates;\n};\n\n/**\n * @platform android\n */\nexport type GoogleMapsPolygon = {\n /**\n * The unique identifier for the polygon. This can be used to identify the clicked polygon in the `onPolygonClick` event.\n */\n id?: string;\n\n /**\n * The coordinates of the circle.\n */\n coordinates: Coordinates[];\n\n /**\n * The color of the polygon.\n */\n color?: ProcessedColorValue | string;\n\n /**\n * The width of the polygon.\n */\n lineWidth?: number;\n\n /**\n * The color of the polygon.\n */\n lineColor?: ProcessedColorValue | string;\n};\n\n/**\n * @platform android\n */\nexport type GoogleMapsContentPadding = {\n /**\n * In LTR contexts, `start` will be applied along the left edge. In RTL contexts, `start` will correspond to the right edge.\n */\n start?: number;\n\n /**\n * In LTR contexts, `end` will be applied along the right edge. In RTL contexts, `end` will correspond to the left edge.\n */\n end?: number;\n\n /**\n * The padding on the top side of the map.\n */\n top?: number;\n\n /**\n * The padding on the bottom side of the map.\n */\n bottom?: number;\n};\n\n/**\n * @platform android\n */\nexport type GoogleMapsUserLocation = {\n /**\n * User location coordinates.\n */\n coordinates: Coordinates;\n\n /**\n * Should the camera follow the users' location.\n */\n followUserLocation: boolean;\n};\n\n/**\n * @platform android\n */\nexport type GoogleMapsUISettings = {\n /**\n * Whether the compass is enabled on the map.\n * If enabled, the compass is only visible when the map is rotated.\n */\n compassEnabled?: boolean;\n\n /**\n * Whether the indoor level picker is enabled .\n */\n indoorLevelPickerEnabled?: boolean;\n\n /**\n * Whether the map toolbar is visible.\n */\n mapToolbarEnabled?: boolean;\n\n /**\n * Whether the my location button is visible.\n */\n myLocationButtonEnabled?: boolean;\n\n /**\n * Whether rotate gestures are enabled.\n */\n rotationGesturesEnabled?: boolean;\n\n /**\n * Whether the scroll gestures are enabled.\n */\n scrollGesturesEnabled?: boolean;\n\n /**\n * Whether the scroll gestures are enabled during rotation or zoom.\n */\n scrollGesturesEnabledDuringRotateOrZoom?: boolean;\n\n /**\n * Whether the tilt gestures are enabled.\n */\n tiltGesturesEnabled?: boolean;\n\n /**\n * Whether the zoom controls are visible.\n */\n zoomControlsEnabled?: boolean;\n\n /**\n * Whether the zoom gestures are enabled.\n */\n zoomGesturesEnabled?: boolean;\n\n /**\n * Whether the scale bar is displayed when zooming.\n */\n scaleBarEnabled?: boolean;\n\n /**\n * Whether the user is allowed to change the pitch type.\n */\n togglePitchEnabled?: boolean;\n};\n\n/**\n * The type of map to display.\n * @platform android\n */\nexport enum GoogleMapsMapType {\n /**\n * Satellite imagery with roads and points of interest overlayed.\n */\n HYBRID = 'HYBRID',\n /**\n * Standard road map.\n */\n NORMAL = 'NORMAL',\n /**\n * Satellite imagery.\n */\n SATELLITE = 'SATELLITE',\n /**\n * Topographic data.\n */\n TERRAIN = 'TERRAIN',\n}\n\n/**\n * @platform android\n */\nexport type GoogleMapsMapStyleOptions = {\n /**\n * The JSON string of the map style options.\n * @see For creating map style options, see https://mapstyle.withgoogle.com/\n */\n json: string;\n};\n\n/**\n * @platform android\n */\nexport type GoogleMapsProperties = {\n /**\n * Whether the building layer is enabled on the map.\n */\n isBuildingEnabled?: boolean;\n\n /**\n * Whether the indoor layer is enabled on the map.\n */\n isIndoorEnabled?: boolean;\n\n /**\n * Whether finding the user's location is enabled on the map.\n */\n isMyLocationEnabled?: boolean;\n\n /**\n * Whether the traffic layer is enabled on the map.\n */\n isTrafficEnabled?: boolean;\n\n /**\n * Defines which map type should be used.\n */\n mapType?: GoogleMapsMapType;\n\n /**\n * If true, the user can select a location on the map to get more information.\n */\n selectionEnabled?: boolean;\n\n /**\n * The maximum zoom level for the map.\n */\n maxZoomPreference?: number;\n\n /**\n * The minimum zoom level for the map.\n */\n minZoomPreference?: number;\n\n /**\n * With style options you can customize the presentation of the standard Google map styles, changing the visual display of features like roads, parks, and other points of interest.\n */\n mapStyleOptions?: GoogleMapsMapStyleOptions;\n};\n\n/**\n * @platform android\n */\nexport enum GoogleMapsColorScheme {\n LIGHT = 'LIGHT',\n DARK = 'DARK',\n FOLLOW_SYSTEM = 'FOLLOW_SYSTEM',\n}\n\n/**\n * @platform android\n */\nexport type GoogleMapsMapOptions = {\n /**\n * A map ID is a unique identifier that represents Google Map styling and configuration settings that are stored in Google Cloud.\n * @see For more information, see https://developers.google.com/maps/documentation/android-sdk/map-ids/mapid-over\n */\n mapId?: string;\n};\n\n/**\n * @platform android\n */\nexport type GoogleMapsViewProps = {\n ref?: Ref<GoogleMapsViewType>;\n style?: StyleProp<ViewStyle>;\n\n /**\n * The initial camera position of the map.\n */\n cameraPosition?: CameraPosition;\n\n /**\n * The array of markers to display on the map.\n */\n markers?: GoogleMapsMarker[];\n\n /**\n * The array of polylines to display on the map.\n */\n polylines?: GoogleMapsPolyline[];\n\n /**\n * The array of polygons to display on the map.\n */\n polygons?: GoogleMapsPolygon[];\n\n /**\n * The array of circles to display on the map.\n */\n circles?: GoogleMapsCircle[];\n\n /**\n * The `MapUiSettings` to be used for UI-specific settings on the map.\n */\n uiSettings?: GoogleMapsUISettings;\n\n /**\n * The properties for the map.\n */\n properties?: GoogleMapsProperties;\n\n /**\n * Defines configuration GoogleMapOptions for a GoogleMap\n */\n mapOptions?: GoogleMapsMapOptions;\n\n /**\n * Defines the color scheme for the map.\n */\n colorScheme?: GoogleMapsColorScheme;\n\n /**\n * User location, overrides default behavior.\n */\n userLocation?: GoogleMapsUserLocation;\n\n /**\n * The padding values used to signal that portions of the map around the edges may be obscured.\n * The map will move the Google logo, etc. to avoid overlapping the padding.\n */\n contentPadding?: GoogleMapsContentPadding;\n\n /**\n * Lambda invoked when the map is loaded.\n */\n onMapLoaded?: () => void;\n\n /**\n * Lambda invoked when the user clicks on the map.\n * It won't be invoked if the user clicks on POI or a marker.\n */\n onMapClick?: (event: { coordinates: Coordinates }) => void;\n\n /**\n * Lambda invoked when the user long presses on the map.\n */\n onMapLongClick?: (event: { coordinates: Coordinates }) => void;\n\n /**\n * Lambda invoked when a POI is clicked.\n */\n onPOIClick?: (event: { name: string; coordinates: Coordinates }) => void;\n\n /**\n * Lambda invoked when the marker is clicked\n */\n onMarkerClick?: (event: GoogleMapsMarker) => void;\n\n /**\n * Lambda invoked when the polyline is clicked.\n */\n onPolylineClick?: (event: GoogleMapsPolyline) => void;\n\n /**\n * Lambda invoked when the polygon is clicked.\n */\n onPolygonClick?: (event: GoogleMapsPolygon) => void;\n\n /**\n * Lambda invoked when the circle is clicked.\n */\n onCircleClick?: (event: GoogleMapsCircle) => void;\n\n /**\n * Lambda invoked when the map was moved by the user.\n */\n onCameraMove?: (event: {\n coordinates: Coordinates;\n zoom: number;\n tilt: number;\n bearing: number;\n }) => void;\n};\n\n/**\n * @platform android\n */\nexport type SetCameraPositionConfig = CameraPosition & {\n /**\n * The duration of the animation in milliseconds.\n */\n duration?: number;\n};\n\n/**\n * @platform android\n */\nexport type GoogleMapsViewType = {\n /**\n * Update camera position.\n * @param config New camera position config.\n */\n setCameraPosition: (config?: SetCameraPositionConfig) => void;\n\n /**\n * This is an async operation that animates the camera to the marker. If called\n * rapidly, a previous animation may be cancelled, causing the returned promise to reject.\n *\n * @param id The ID of the marker to select, or `undefined` to clear selection.\n * @param options Optional configuration for the selection.\n * @param options.zoom The zoom level to use when animating to the selected marker.\n * @param options.moveCamera Whether to animate the camera to the selected marker. When `false`, the camera will not move at all. Defaults to `true`.\n */\n selectMarker: (id?: string, options?: { zoom?: number; moveCamera?: boolean }) => Promise<void>;\n};\n\n/**\n * @platform android\n */\nexport type StreetViewCameraPosition = {\n coordinates: Coordinates;\n zoom?: number;\n tilt?: number;\n bearing?: number;\n};\n\n/**\n * @platform android\n */\nexport type GoogleStreetViewProps = {\n style?: StyleProp<ViewStyle>;\n position: StreetViewCameraPosition;\n isPanningGesturesEnabled?: boolean;\n isStreetNamesEnabled?: boolean;\n isUserNavigationEnabled?: boolean;\n isZoomGesturesEnabled?: boolean;\n};\n"]}
@@ -13,7 +13,7 @@
13
13
  "publication": {
14
14
  "groupId": "host.exp.exponent",
15
15
  "artifactId": "expo.modules.maps",
16
- "version": "55.0.11",
16
+ "version": "55.0.12",
17
17
  "repository": "local-maven-repo"
18
18
  }
19
19
  }
@@ -0,0 +1 @@
1
+ 94804ca3c40e745b1ed2f6723dccb0da9233b4625440ce4e82685b2dea0fedea
@@ -0,0 +1 @@
1
+ a9a89790d21136cfe06323716b4660681b4084bd766ba3bdd05240626e83bea56ad085279ba21ecb68a99f7ed2eb73f3900d3c49f48f6ebb77c3d23b5cf44bd4
@@ -0,0 +1 @@
1
+ 3485996f482632205496de62a61ad7f419dedbae
@@ -0,0 +1 @@
1
+ 3a61da67f6c784717637a3624ef4c5e201338aa9b48c2702d114af1e73ba6afe
@@ -0,0 +1 @@
1
+ ac6bede455c80e7b4041abbfc6e71f6a32aa638c785bcef9006678f3f88a783d9bbf5e1c9e99dabd8dee4ee2366a0ed25be9dbcf7bbf06cc057fb63b99e4c63f
@@ -3,7 +3,7 @@
3
3
  "component": {
4
4
  "group": "host.exp.exponent",
5
5
  "module": "expo.modules.maps",
6
- "version": "55.0.11",
6
+ "version": "55.0.12",
7
7
  "attributes": {
8
8
  "org.gradle.status": "release"
9
9
  }
@@ -24,13 +24,13 @@
24
24
  },
25
25
  "files": [
26
26
  {
27
- "name": "expo.modules.maps-55.0.11.aar",
28
- "url": "expo.modules.maps-55.0.11.aar",
29
- "size": 118966,
30
- "sha512": "97b5ede266bc2a46a45010bb3bc21928f991f4b7a7c3945c4387f8ea361bd4055ec866ccc4875e1d91bf6907bd44b4f867e47497df59163f72b091f67c242a29",
31
- "sha256": "08a76d6d487953486afe472919902623f9de010733e703475c3dbaa52617e2e0",
32
- "sha1": "a5980fa2ecd24f050ad1cbd17c99a9ed55aef03c",
33
- "md5": "477da9db3f1cadf768ac3dd4bd04cff3"
27
+ "name": "expo.modules.maps-55.0.12.aar",
28
+ "url": "expo.modules.maps-55.0.12.aar",
29
+ "size": 120278,
30
+ "sha512": "ac6bede455c80e7b4041abbfc6e71f6a32aa638c785bcef9006678f3f88a783d9bbf5e1c9e99dabd8dee4ee2366a0ed25be9dbcf7bbf06cc057fb63b99e4c63f",
31
+ "sha256": "3a61da67f6c784717637a3624ef4c5e201338aa9b48c2702d114af1e73ba6afe",
32
+ "sha1": "3485996f482632205496de62a61ad7f419dedbae",
33
+ "md5": "740c7fbd70274ceb7438cf7bee38d857"
34
34
  }
35
35
  ]
36
36
  },
@@ -102,13 +102,13 @@
102
102
  ],
103
103
  "files": [
104
104
  {
105
- "name": "expo.modules.maps-55.0.11.aar",
106
- "url": "expo.modules.maps-55.0.11.aar",
107
- "size": 118966,
108
- "sha512": "97b5ede266bc2a46a45010bb3bc21928f991f4b7a7c3945c4387f8ea361bd4055ec866ccc4875e1d91bf6907bd44b4f867e47497df59163f72b091f67c242a29",
109
- "sha256": "08a76d6d487953486afe472919902623f9de010733e703475c3dbaa52617e2e0",
110
- "sha1": "a5980fa2ecd24f050ad1cbd17c99a9ed55aef03c",
111
- "md5": "477da9db3f1cadf768ac3dd4bd04cff3"
105
+ "name": "expo.modules.maps-55.0.12.aar",
106
+ "url": "expo.modules.maps-55.0.12.aar",
107
+ "size": 120278,
108
+ "sha512": "ac6bede455c80e7b4041abbfc6e71f6a32aa638c785bcef9006678f3f88a783d9bbf5e1c9e99dabd8dee4ee2366a0ed25be9dbcf7bbf06cc057fb63b99e4c63f",
109
+ "sha256": "3a61da67f6c784717637a3624ef4c5e201338aa9b48c2702d114af1e73ba6afe",
110
+ "sha1": "3485996f482632205496de62a61ad7f419dedbae",
111
+ "md5": "740c7fbd70274ceb7438cf7bee38d857"
112
112
  }
113
113
  ]
114
114
  },
@@ -122,13 +122,13 @@
122
122
  },
123
123
  "files": [
124
124
  {
125
- "name": "expo.modules.maps-55.0.11-sources.jar",
126
- "url": "expo.modules.maps-55.0.11-sources.jar",
127
- "size": 8586,
128
- "sha512": "75005e8582bba3f8d4d8229e4066c9ffc25dd1c852c0d4c75ddb7b4592bf0bf51d6bd143a7b3fb6c4f43b254c46a22512b241eebabd4941c4b83a01ad6503843",
129
- "sha256": "48f1ffbb13259f5feae46d15eae4c218b52cb480c02f2be74978f86e642d3e60",
130
- "sha1": "11093c09d8429d289f4007e4d565a534e432cdcf",
131
- "md5": "b8894102dbd8e75b833ec502e535c68b"
125
+ "name": "expo.modules.maps-55.0.12-sources.jar",
126
+ "url": "expo.modules.maps-55.0.12-sources.jar",
127
+ "size": 8804,
128
+ "sha512": "a9a89790d21136cfe06323716b4660681b4084bd766ba3bdd05240626e83bea56ad085279ba21ecb68a99f7ed2eb73f3900d3c49f48f6ebb77c3d23b5cf44bd4",
129
+ "sha256": "94804ca3c40e745b1ed2f6723dccb0da9233b4625440ce4e82685b2dea0fedea",
130
+ "sha1": "27f63d5b3bca5e9e81342e68c0d19b16d899b1e4",
131
+ "md5": "b78713040629a2bf63c9e95f1b3d0969"
132
132
  }
133
133
  ]
134
134
  }
@@ -0,0 +1 @@
1
+ 8d087869166f11a70b251a02c8698de39f595d59322f99e4fe9e48a2105fe298
@@ -0,0 +1 @@
1
+ 09a611a8366f6acc765c0e54a05116b1fd46f507a4a834f9624477186156d3bc3230203ad7f72e074c9512da1f5d0b6381d696983ef651de3b5dfbf65b012344
@@ -9,7 +9,7 @@
9
9
  <modelVersion>4.0.0</modelVersion>
10
10
  <groupId>host.exp.exponent</groupId>
11
11
  <artifactId>expo.modules.maps</artifactId>
12
- <version>55.0.11</version>
12
+ <version>55.0.12</version>
13
13
  <packaging>aar</packaging>
14
14
  <name>expo.modules.maps</name>
15
15
  <url>https://github.com/expo/expo</url>
@@ -0,0 +1 @@
1
+ 5bc6a6abf527ebfff6155036ca21123272fbab01
@@ -0,0 +1 @@
1
+ fcd2a78e7e67b2c836ae78834b97bcf4b7be03a55f0cdc339ad6dd96bdc264eb
@@ -0,0 +1 @@
1
+ 57a2fb135e104e8c179f1b1e301718c849f232afcef199b6bc736ea2536de9252c189cbc4260a4e9764767788ee5d5dc8e9b569d4d981c8484e2e3687179ba76
@@ -3,11 +3,11 @@
3
3
  <groupId>host.exp.exponent</groupId>
4
4
  <artifactId>expo.modules.maps</artifactId>
5
5
  <versioning>
6
- <latest>55.0.11</latest>
7
- <release>55.0.11</release>
6
+ <latest>55.0.12</latest>
7
+ <release>55.0.12</release>
8
8
  <versions>
9
- <version>55.0.11</version>
9
+ <version>55.0.12</version>
10
10
  </versions>
11
- <lastUpdated>20260317165326</lastUpdated>
11
+ <lastUpdated>20260327185005</lastUpdated>
12
12
  </versioning>
13
13
  </metadata>
@@ -1 +1 @@
1
- bfe1e03cad17ad920dce0b79804c2768
1
+ f4fc7016a73e67cac3143190701f2db5
@@ -1 +1 @@
1
- 4a0ae4db715425c93f8fd49495d8bc70a2f25a8e
1
+ 4c21183feea888f5c969101a1471be5b10068b0b
@@ -1 +1 @@
1
- 0b6afb8a0507acfda86dd90a9275aafbc3c215d771e6fb1819e8578fd202504c
1
+ f3dc1bd50d8343431e037981e9ce33e988eadca061b6a9775536434839fbe0bb
@@ -1 +1 @@
1
- 7d9448cad6ebacf7ca3fc2720c376f126768702a7df3beb7c7781dcef6128e3efc8095884a350be63b31ae73ba812b25f3fd434c8254f947c6cadfebe85a7369
1
+ aa1e313abc019ef1f5d1c8e29505a0481155b8c61891b9e625e30d908d43e7c4312ab72e715700876eb2e2f2a45ef18ccf8e4468fb8382a87d650b3d29ae669d
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "expo-maps",
3
- "version": "55.0.11",
3
+ "version": "55.0.12",
4
4
  "description": "Provides a Map component that uses Google Maps on Android and Apple Maps on iOS.",
5
5
  "main": "src/index.ts",
6
6
  "types": "build/index.d.ts",
@@ -36,5 +36,5 @@
36
36
  "react": "*",
37
37
  "react-native": "*"
38
38
  },
39
- "gitHead": "9260ae10a08271027d85792b7128e0d4883dca4d"
39
+ "gitHead": "f63217deac00dcd278f75d9846933c11e5c6f9a3"
40
40
  }
@@ -134,6 +134,11 @@ export type GoogleMapsCircle = {
134
134
  * The width of the circle line.
135
135
  */
136
136
  lineWidth?: number;
137
+
138
+ /**
139
+ * The geographic coordinates of the click point on the map.
140
+ */
141
+ clickCoordinates?: Coordinates;
137
142
  };
138
143
 
139
144
  /**
@@ -1 +0,0 @@
1
- 48f1ffbb13259f5feae46d15eae4c218b52cb480c02f2be74978f86e642d3e60
@@ -1 +0,0 @@
1
- 75005e8582bba3f8d4d8229e4066c9ffc25dd1c852c0d4c75ddb7b4592bf0bf51d6bd143a7b3fb6c4f43b254c46a22512b241eebabd4941c4b83a01ad6503843
@@ -1 +0,0 @@
1
- a5980fa2ecd24f050ad1cbd17c99a9ed55aef03c
@@ -1 +0,0 @@
1
- 08a76d6d487953486afe472919902623f9de010733e703475c3dbaa52617e2e0
@@ -1 +0,0 @@
1
- 97b5ede266bc2a46a45010bb3bc21928f991f4b7a7c3945c4387f8ea361bd4055ec866ccc4875e1d91bf6907bd44b4f867e47497df59163f72b091f67c242a29
@@ -1 +0,0 @@
1
- 89ddfc41e0264f4b8393586ae81a0092ee6e843c
@@ -1 +0,0 @@
1
- a03b4208a1830ad1aec079924ecd241aab86937e20bab99b65884830953eae7f
@@ -1 +0,0 @@
1
- 87376d6d159ced8a801c920bd27ae42d09814d4e7dbe5fb2d000a576b6fb4f1d71e423911d2e2dcd24918b10484e68d22c4835845c6305ca49fc53edb6beed1a
@@ -1 +0,0 @@
1
- 0257179d74788a72d389dde4f10ad0e4a33dd926
@@ -1 +0,0 @@
1
- 8036e25551b9a9495f8ee0861bba23ff4d72faab3ac527669c8f3178336af989
@@ -1 +0,0 @@
1
- 7abde18ccf426475a9c37a9ec1664cb6e990fff18e6892d6ac7ffb5e45f47ffb1b4784d1c77f55ab05d47406424652d26d8a9d97604c4e75b8e280d148799ef8