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

How to make it really work? #1726

Closed
dibyanugraha opened this issue Sep 8, 2020 · 11 comments
Closed

How to make it really work? #1726

dibyanugraha opened this issue Sep 8, 2020 · 11 comments
Assignees
Labels
assigned-to-author in-progress The triager, topic owner, or product team is actively investigating or working on customer feedback

Comments

@dibyanugraha
Copy link

[Enter feedback here]
Are there any other specific requirements to make it work?

I've done these steps https://docs.microsoft.com/en-gb/powerapps/maker/canvas-apps/geospatial-overview#prerequisites

I then build a simple app just consist of the address input component. I set its properties:

  1. Enable autofill: ON
  2. Set within radius: ON
  3. Radius: 100
  4. Language: Indonesia (Indonesia)
  5. Country set: ID

I keep the search result limit and both latitude and longitude to the default values, which is 4, 0, 0 respectively.

I have allowed location access to my browsers (Chrome, Edge) and in my android phone, yet none of them return anything when I typed some address nearby.

Then I tried changing the latitude and longitude to some point near my office, it also didn't work - still showing nothing.

I'd appreciate any kind of help of what did I missed/wronged. Thank you.

Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

@dibyanugraha
Copy link
Author

dibyanugraha commented Sep 9, 2020

These are the screenshots:

Location access from web ![Location access from web](https://user-images.githubusercontent.com/11976855/92548869-483f4e00-f282-11ea-9cdf-bb5a0cf2ce3b.png)
Address input properties ![Address input properties](https://user-images.githubusercontent.com/11976855/92549012-93596100-f282-11ea-833c-1bf8becc187d.png)

The button was supposed to retrieve the selected result from user

Button codes ![Button codes](https://user-images.githubusercontent.com/11976855/92549102-c56ac300-f282-11ea-8916-9c4469adf1d9.png)

It is very basic, yet somehow it didn't work.

My AppID: c36a0d5f-9944-433d-a5f7-75e2e270459e

@dibyanugraha
Copy link
Author

Hi, is any progress in here?

I know this is an experimental feature, but is there anything I do to help to speed up the process? I do not see any logs can be pulled from the apps, no debugging available. Or does it only work in the US?

@iaanw
Copy link
Contributor

iaanw commented Sep 11, 2020

Are you able to get a sessionID? https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/get-sessionid

I've forwarded your messages to the engineers and we're seeing if we can find a fix.

@iaanw iaanw added the in-progress The triager, topic owner, or product team is actively investigating or working on customer feedback label Sep 11, 2020
@dibyanugraha
Copy link
Author

Thank God, finally a reply! Here is my session id, run in my phone cause it's past midnight in here.

48e50c9b-5d31-4ee9-983f-9f0643a0ccd4

I really hope someone can shed some lights on this particular case.

@iaanw
Copy link
Contributor

iaanw commented Sep 11, 2020 via email

@anuitz
Copy link
Contributor

anuitz commented Sep 11, 2020

Hello! It looks like the address search is working, but returns zero results. Looking at the address input control parameters, it appears that it is looking for addresses within 100 meters of (-6.185, 106.76876). What characters are you typing into the address input component and what are the addresses you expect it to return?

@dibyanugraha
Copy link
Author

Jl. Panjang (the biggest and longest road nearby - with all combination of it "panjang", "panjang st."), duri kepa. Even if I extend the radius to 100000 meters, it still yields nothing. Searching nearby places also yields zero results.

@anuitz
Copy link
Contributor

anuitz commented Sep 12, 2020

The address input control requires a numeric character before it will return results. So if I type something like "panjang 2" I will get the results below when using radius 100000 meters and the control properties you shared earlier. The address control will only return point addresses (not points of interest or streets or geographic points). Let me know if adding a number to your search does not return suggestions.

image

@dibyanugraha
Copy link
Author

Alright, it works. Thank you for the explanation. May I ask, why it wasn't being mentioned at all that it needs at least one numeric character in the manual? And why in several results contains double numeric characters just like your screenshot?

Screenshot_20200912-162905_Power_Apps (1)

@anuitz
Copy link
Contributor

anuitz commented Sep 12, 2020

We are updating the documentation to include that requirement. For the double characters, I'm not particularly familiar with international addresses, but the full form address seems to be broken down as:

  • streetNumber: 3
  • streetName: Jalan Utan Panjang 3
  • municipality: Jakarta
  • etc

Which is combined to be [Jalan Utan Panjang 3] [3], [Jakarta], [etc]. If this is wrong, the address search is backed by azure maps and you can provide feedback using their tool: https://feedback.azuremaps.com/

@dibyanugraha
Copy link
Author

Alright, thank you so much, I really appreciate the help and the thorough explanation. I will close this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
assigned-to-author in-progress The triager, topic owner, or product team is actively investigating or working on customer feedback
Projects
None yet
Development

No branches or pull requests

4 participants