Skip to content

Add place ID field to Placemark class #94

Open
@Daeon97

Description

@Daeon97

🏗 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    P3Issues that we currently consider unimportant.platform: androidIssue is related to the Android platform.platform: iosIssue is related to the iOS platformtype: enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions