Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add place ID field to Placemark class #94

Open
Daeon97 opened this issue Mar 29, 2022 · 1 comment
Open

Add place ID field to Placemark class #94

Daeon97 opened this issue Mar 29, 2022 · 1 comment
Labels
P3 Issues that we currently consider unimportant. platform: android Issue is related to the Android platform. platform: ios Issue is related to the iOS platform type: enhancement New feature or request

Comments

@Daeon97
Copy link

Daeon97 commented Mar 29, 2022

🏗 Enhancement Proposal

Pitch

I understand that the Geocoding API returns a place ID as part of its response.

place_id is a unique identifier that can be used with other Google APIs. For example, you can use the place_id in a Places API request to get details of a local business, such as phone number, opening hours, user reviews, and more

"place_id": "ChIJeRpOeF67j4AR9ydy_PIzPuM",

I wonder why you are not exposing this field inside your Placemark class returned from calling the placemarkFromCoordinates function

Platforms affected

  • [ ✅ ] 📱 iOS
  • [ ✅ ] 🤖 Android
@necessarylion
Copy link

I am looking for the same thing.
For example in places autocomplete, google api return place_id instead of lat and lng.

@JeroenWeener JeroenWeener added platform: android Issue is related to the Android platform. type: enhancement New feature or request P2 Important issues not at the top of the work list. platform: ios Issue is related to the iOS platform P3 Issues that we currently consider unimportant. and removed P2 Important issues not at the top of the work list. labels Sep 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P3 Issues that we currently consider unimportant. platform: android Issue is related to the Android platform. platform: ios Issue is related to the iOS platform type: enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants