Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Patch 2 #3

Merged
merged 194 commits into from
Sep 5, 2018
Merged

Patch 2 #3

merged 194 commits into from
Sep 5, 2018

Conversation

Titozzz
Copy link
Owner

@Titozzz Titozzz commented Sep 5, 2018

No description provided.

Michel Albers and others added 30 commits October 25, 2017 13:26
Fix React Native 0.49 requiresMainQueueSetup
Workaround for "GoogleMapsBase not found" issue
…native-maps#1817)

Right now it's not possible to call `fitToCoordinates` without an `options` parameter, even though defaults are defined in the function body. This commit set the default value of the `options` parameter of  to an empty object, allowing one to call the function without it _(and with respect for the defaults)_.
fix
`The name of the given podspec `yoga` doesn't match the expected one `Yoga``
* Added style prop to MapCalloutProps in Typings

Fixes @marcmo issue in react-native-maps#1687

* Update index.d.ts

Added style on MapView.Marker
…ve-maps#1734)

If the files are not copied during dragging the folder, your iOS
project will fail to build
Ignore this if the changelog is generated from commits or something.
…#1710)

`OnCameraChangeListener` is deprecated and should no longer be used. This PR adds support for new more powerful APIs and removes the old hacky region detection code. This fixes various issues and paves the way for distinguishing between gestures and manual/programatic animations the same time.

https://developers.google.com/android/reference/com/google/android/gms/maps/GoogleMap.OnCameraChangeListener
…ct-native-maps#1705)

Fixes issue react-native-maps#1031, enabling use of custom marker images and views in
Google Maps on iOS and android.

As detailed in the Google Maps Marker documentation (kudos to
@hughvidos), map markers track view changes by default. This has meant
however that custom marker images or views on iOS and android, when
using Google Maps, cause high continuous CPU load.

The recommended use of tracksViewChanges is to enable when the marker
is being rendered or animated, then to disable it.

An example of use of tracksViewChanges would be to set it to false once
onMapReady has fired. This can be accomplished by toggling a state
property (e.g. `initialized`), and passing it to the child map markers
in their `tracksViewChanges` prop. Markers would then render correctly
on map load; CPU use falls off once the tracking ceases.
* Added new iOS `mutedStandard` map-type

* Update MapView.js
…pe for native prop 'AIRMapMarker.testId' of native type 'String' (react-native-maps#1792)

* Be less specific about react-native version for android

* Relax play services dependencies as well

* Fixes issue with ReactNative 0.42.3

* Update MapMarker.js

* Make all components use ViewPropTypes || View.propTypes
* Add mapPadding property

* Fix trailing whitespace in MapView comments
* Add setMapBoundaries method iOS

* Add setMapBoundaries method android

* Add setMapBoundaries method to MapView component

* Update MapView docs

* Add note to setMapBoundaries method
You need to enable Google maps API in the google developer console for android/ios
There was a typo in the new iOS mapType `mutedStandard`. It should have been `mutedStandard` instead of `standardMuted`
…-native (react-native-maps#1839)

[AirGoogleMapManager] Use RCTDirectEventBlock for onMarkerPress
this is to resolve compile error: Property 'cameraTargetBounds' not found on object of type 'AIRGoogleMap *'
roman-kot and others added 29 commits April 28, 2018 12:33
…cheme

Support the asset scheme for images
react-native-maps#2248)

* Make tiles display at the same physical size regardless of pixel density on iOS devices

* Fix for timestamp issue

* Removed plus sign
* Fix for compile error (react-native-maps#2215).

* Addendum to previous commit, making `timestamp` return milliseconds instead of seconds to match with the Android implementation.

* Update mapview.md

Updated the documentation to reflect the arguments passed to `onUserLocationChange`. The documentation was missing parts of the data (`altitude`, `accuracy` etc.). I also made clear that the timestamp unit is in milliseconds since the Unix epoch time.
* added animateToNavigation method to MapView

* Added AnimatedNavigation example

* Updated Fork

* Deleted IDE files and Unnecessary .class files
…ive-maps#1852 (react-native-maps#2351)

* add support for calloutAnchor with GoogleMaps on iOS

* update docs to specify platform specifics for calloutAnchor and calloutOffset
Formatting, indentation and syntax highlight
* Android: Fix lineCap of Polyline

* update Polyline docs on lineCap property

* Fix docs: update Polyline docs on lineCap property
@Titozzz Titozzz merged commit a11623c into master Sep 5, 2018
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.