Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

169
Views
React Native Maps Google Directions Toolbar

I'm using React native maps (Google Maps) when I tap on marker directions toolbar show in Android but this toolbar not showing in the iOS.

Is there any way to show this in iOS too.

<MapView 
                    style={{ flex: 1 }}
                    initialRegion={{
                        latitude: lat,
                        longitude: lon,
                        latitudeDelta: 0.0922,
                        longitudeDelta: 0.0421,
                    }}
                    minZoomLevel={16}
                    provider='google'
                >
                    <MapView.Marker 
                        coordinate={{
                            latitude: lat,
                            longitude: lon
                        }}
                        title={address}
                    >
                        <Image resizeMode={'contain'} source={{ uri: markerIconUrl }} size={'xs'} alt={address} />
                    </MapView.Marker>
                </MapView>

enter image description here

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

Obviously it's not available on iOS according the documentation:

https://github.com/react-native-maps/react-native-maps/blob/master/docs/mapview.md

"Android only If false will hide 'Navigate' and 'Open in Maps' buttons on marker press"

But I'm interested to find solution also.

about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!