Adding multiple Polylines on react-native-map with Google API coordinates
问题 I want to place multiple polylines on Google maps in react-native. I'm using the react-native-maps and @mapbox/polyline for creating polylines which I imported at the top: import MapView from 'react-native-maps'; import Polyline from '@mapbox/polyline'; Here is the rest of the code: import { Marker } from 'react-native-maps'; import React, { Component } from 'react'; import { Platform, StyleSheet, Text, View, Button } from 'react-native'; export default class consults extends Component {