How to get declared possibilities #11

Open
opened 2024-04-02 08:29:59 +00:00 by Alexarm09 · 3 comments
Alexarm09 commented 2024-04-02 08:29:59 +00:00 (Migrated from github.com)

REAME describes possibilities of Organic Maps Android API:
• Come back to the client application after selecting specific point on the map, by sending PendingIntent with point data when user asks for more information by pressing "More Info" button in Organic Maps app
• Map screen branding : your application's icon and name (or custom title) will be placed at the top.
But current version of library doesn’t have them.
Sample application (demo) also doesn’t have them.
The current version of function showPointsOnMap doesn’t have pendingIntent variable, also points with ID and without them are displayed identically on the map. There is no any “More Info” button when selecting any point (with ID). Also string variable name in showPointsOnMap function not shown anywhere on the map
How to get the last version of library that has possibilities described in README

REAME describes possibilities of Organic Maps Android API: • Come back to the client application after selecting specific point on the map, by sending [PendingIntent](https://developer.android.com/reference/android/app/PendingIntent.html) with point data when user asks for more information by pressing "More Info" button in Organic Maps app • Map screen branding : your application's icon and name (or custom title) will be placed at the top. But current version of library doesn’t have them. Sample application (demo) also doesn’t have them. The current version of function showPointsOnMap doesn’t have pendingIntent variable, also points with ID and without them are displayed identically on the map. There is no any “More Info” button when selecting any point (with ID). Also string variable name in showPointsOnMap function not shown anywhere on the map How to get the last version of library that has possibilities described in README
rtsisyk commented 2024-04-04 06:48:18 +00:00 (Migrated from github.com)

It looks like that README.md is not up to date. We don't have any PendingIntent code here anymore. README.md will be updated. Generally, the entire library is just a thin wrapper on the top if system's Intents. I recommend using this repository as an example rather than as a library. Just copy relevant parts of https://github.com/organicmaps/api-android/tree/master/lib/src/main/java/app/organicmaps/api into your app and use.

It looks like that README.md is not up to date. We don't have any PendingIntent code here anymore. README.md will be updated. Generally, the entire library is just a thin wrapper on the top if system's Intents. I recommend using this repository as an example rather than as a library. Just copy relevant parts of https://github.com/organicmaps/api-android/tree/master/lib/src/main/java/app/organicmaps/api into your app and use.
rtsisyk commented 2024-04-04 07:01:21 +00:00 (Migrated from github.com)

Basically, all this API just incpasulates https://omaps.app/test.html. Please feel free to use URLs from that page directly, with or without wrappers in this repository. I will try to actualize documentation in this repository and for API in general (see https://github.com/organicmaps/organicmaps.github.io/issues/227).

Basically, all this API just incpasulates https://omaps.app/test.html. Please feel free to use URLs from that page directly, with or without wrappers in this repository. I will try to actualize documentation in this repository and for API in general (see https://github.com/organicmaps/organicmaps.github.io/issues/227).
Alexarm09 commented 2024-04-04 07:07:33 +00:00 (Migrated from github.com)

But there are no deep links with activation of "More Info" button and callback in ponits. How to activate such possibility of point?

But there are no deep links with activation of "More Info" button and callback in ponits. How to activate such possibility of point?
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: organicmaps/api-android#11
No description provided.