Search bar with GPS
Allows the user to either search for an address or get their current location using GPS.
How to use this component
Used in conjunction with the map component to be able to search or pinpoint a specific location.
Code Resource
<inputs:SearchBarWithGPS GPSClicked="GPS_Clicked" SearchClicked="Search_Clicked" />
- Text
- Text that the user has entered
- Default isĀ String.Empty
- SearchClicked
- Invoked if the user clicks the search button in the control/ or on the keyboard
- GPSClicked
- Invoked when the user clicks on the GPS button
How should this component look?
