Hi everyone, I have been using the adressinput control with tomtom maps. At the moment I can make the map show the written address, but I would like to add a pin once the address has been written down.
Is there any way to do this witout using excel or some type of data source. I only need to pin the address in that moment, not save it.
Thanks!
I'm not aware of a pre-built connector for TomTom to Power Apps - are you using a custom connector?
The Bing Maps connector offers a way to put a pin on a map at a given location. There is no requirement for an external data source, only the connector. Would that work for you?
This is the control I am talking about:
I am using this to make sure that the written address exist.
The connector it's "address input" which is a premium feature.
I will check bing maps connector.
Ah, now I know which control you are talking about.
Yes, it works with an internal collection with at least three columns, a label, latitude, and longitude.
Reference your collection in the Items property of the control and select as fields the columns that hold your label, latitude and longitude. Next, ensure the ItemsLabels, ItemsLatitudes, and ItemsLongitudes properties of the control reference the correct columns from your collection. Pins should appear on the map at the locations listed in your Items.
I already tried that but the maps starts to fill with pins (as every address is added to the collection).
I am looking for a way to show only the address written at the moment of using the app.
Instead, can you reference a collection that contains only the information for a single location (single record)?
I did it, creating a collection only for the pin did just fine.
Thanks!
If your problem was solved, please Accept the post as a solution so that others with a similar issue can benefit in their searches.