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