React-native-maps: animateToCoordinate in iOS with Google Maps

Created on 12 Jan 2017  路  3Comments  路  Source: react-native-maps/react-native-maps

If I execute the method animateToCoordinate in iOS using the google maps the app crash and show me this stack trace:

captura de pantalla 2017-01-12 a las 13 28 07

Can anybody tell me what I should do? Thanks!

enhancement help wanted

Most helpful comment

The problem is easy resolved if instead animateToCoordinate I use animateToRegion with current region.longitudeDelta and region.latitudeDelta.

All 3 comments

The problem is easy resolved if instead animateToCoordinate I use animateToRegion with current region.longitudeDelta and region.latitudeDelta.

I'm facing the same issue

i think because you use Google Map and rn-maps stil get AirMap
screen shot 2017-02-17 at 3 08 12 pm

Was this page helpful?
0 / 5 - 0 ratings

Related issues

radubatori picture radubatori  路  46Comments

AzarouAmine picture AzarouAmine  路  52Comments

Hyllesen picture Hyllesen  路  48Comments

henrikra picture henrikra  路  44Comments

ghost picture ghost  路  197Comments