Code Monkey home page Code Monkey logo

Comments (11)

cmacdonnacha avatar cmacdonnacha commented on May 18, 2024 5

@brh55 I'm still seeing this issue in 0.3.3 where a marker is not shown. It opens the maps fine and shows the correct area but the marker is not displayed.

Using the code like this:

openMap({ latitude: 37.865101, longitude: -119.538330 });

from react-native-open-maps.

Hashir524 avatar Hashir524 commented on May 18, 2024 2

Any Solutions> I am facing the exact same issue for google maps on android & IOS. The Marker is not shown?

from react-native-open-maps.

NicholasBertazzonAga avatar NicholasBertazzonAga commented on May 18, 2024 1

Same here, it was working before the new update. Now on Mobile Maps (tested on Android) it opens the location "Pin", meanwhile in the browser maps it opens my current position.

from react-native-open-maps.

brh55 avatar brh55 commented on May 18, 2024 1

Are you guys experiencing this issue only on Google Maps? It seems that using a q parameter for Google maps is most likely going to redirect to a "Pin", but doesn't seem to be the case in Apple Maps.

from react-native-open-maps.

ivnnv avatar ivnnv commented on May 18, 2024 1

I can confirm pin is NOT showing in Apple Maps on iOS but it correctly showing in Google Maps on Android. Also using 0.3.3

from react-native-open-maps.

brh55 avatar brh55 commented on May 18, 2024 1

For appl

@brh55 I'm still seeing this issue in 0.3.3 where a marker is not shown. It opens the maps fine and shows the correct area but the marker is not displayed.

Using the code like this:

openMap({ latitude: 37.865101, longitude: -119.538330 });

Try providing a query parameter to see a marker/pin on Apple maps, it's an odd requirement on Apple maps. Sort of the biggest difference between the two platforms, so the behavior is going to act a little different, check readme. If there is a different expected behavior that makes sense, we can find a way to accommodate!

from react-native-open-maps.

Shahrukh0396 avatar Shahrukh0396 commented on May 18, 2024 1

onPress={openMap(Platform.OS === 'ios' ?
{
latitude: 37.865101,
longitude: -119.538330,
query: 'Yosemite Trails',
zoom: 16,
provider: 'apple'
} :
{
query: '37.865101,-119.538330',
zoom: 16,
provider: 'google'
}
)}

from react-native-open-maps.

ppozniak avatar ppozniak commented on May 18, 2024

Same here, it was working before the new update. Now on Mobile Maps (tested on Android) it opens the location "Pin", meanwhile in the browser maps it opens my current position.

Same here

from react-native-open-maps.

mumapu avatar mumapu commented on May 18, 2024

Any update about this?

from react-native-open-maps.

brh55 avatar brh55 commented on May 18, 2024

@mumapu fix in 0.2.0

from react-native-open-maps.

fukemy avatar fukemy commented on May 18, 2024

same issues to me, really dont know why?

from react-native-open-maps.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.