Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай
Using Google Maps API in React Native for iOS/Android,
а также все другие курсы, прямо сейчас!
Премиум
-
Урок 1. 00:02:19Generating a Google Maps/Places/Directions API key
-
Урок 2. 00:00:27Introduction
-
Урок 3. 00:00:30Install React Native first!
-
Урок 4. 00:01:21Init with correct React Native version
-
Урок 5. 00:00:35Check if build succeeds!
-
Урок 6. 00:00:49react-native-maps documentation intro
-
Урок 7. 00:00:23yarn add react-native-maps
-
Урок 8. 00:01:10Git init & react-native link
-
Урок 9. 00:00:37Changed files from linking
-
Урок 10. 00:00:37Check if build succeeds after linking!
-
Урок 11. 00:03:03Creating a MapView test component
-
Урок 12. 00:01:52Ensure emulator has Google API's!
-
Урок 13. 00:00:35Intro to manual install and docs
-
Урок 14. 00:00:57Undoing Android link changes
-
Урок 15. 00:04:26Android react-native-maps manual steps
-
Урок 16. 00:01:08Remove PROVIDER_GOOGLE
-
Урок 17. 00:00:45Performance issues on iPhone X simulator
-
Урок 18. 00:02:50Setting a full screen layout
-
Урок 19. 00:01:00Intro to section
-
Урок 20. 00:03:01A little refactor
-
Урок 21. 00:02:25Enabling user location in MapView
-
Урок 22. 00:07:05Asking for location permissions in Android
-
Урок 23. 00:10:17Getting the user's latitude and longitude
-
Урок 24. 00:07:56Learn how to use Places Autocomplete API with Postman
-
Урок 25. 00:03:30Restructuring and creating PlacesInput component
-
Урок 26. 00:02:23Styling PlaceInput component
-
Урок 27. 00:04:16Calling Places Autocomplete API in React Native
-
Урок 28. 00:03:38Showing Places API predictions in React Native
-
Урок 29. 00:05:07Styling place predictions
-
Урок 30. 00:02:49DIsplay predictions based on input
-
Урок 31. 00:03:58Refactoring
-
Урок 32. 00:02:22Tap anywhere to dismiss keyboard
-
Урок 33. 00:03:45Using debounce to limit API calls
-
Урок 34. 00:09:50Hiding list of predictions on tapping
-
Урок 35. 00:01:55How do we get latitude and longitude to PlaceInput?
-
Урок 36. 00:03:59Moving location state to parent component
-
Урок 37. 00:02:38Using device location for Places Autocomplete
-
Урок 38. 00:00:36Intro to section and remember to check out repository!
-
Урок 39. 00:06:47Calling Directions API in Postman
-
Урок 40. 00:03:13Passing Place ID to App
-
Урок 41. 00:05:06Calling Directions API in React Native
-
Урок 42. 00:02:21How Polyline works
-
Урок 43. 00:05:38Converting Polyline to Latitude and Longitude array
-
Урок 44. 00:05:38Time to draw the Polyline in map!
-
Урок 45. 00:02:22How do we zoom out to show route?
-
Урок 46. 00:04:09Refactoring MapScreen
-
Урок 47. 00:01:13Calling FitToCoordinates on our ref
-
Урок 48. 00:01:54Adding edgePadding
-
Урок 49. 00:06:41Adding a Marker and tidying up code