After enter current address i want show it on Google Maps
Hi,i would like to immediately display it on a Google Map after the user enters their address.
Google Api Key is available.
Hi Martin,
The Blazor Maps component supports rendering online maps such as Google maps, Azure maps and so on via their tile server URLs. We do not support any of their APIs in the component. So, we cannot enter an address and show a marker on the map. If you have access to the Google maps tile server URL, you can follow the below documentations to render the online map and markers on it.
Online Maps: https://blazor.syncfusion.com/documentation/maps/providers/other-maps
Markers: https://blazor.syncfusion.com/documentation/maps/markers
Please
let us know if you need any further assistance.
Hello syncfusion, what are the advantages and disadvantages if I use your control directly
i have also tryed your sample
Blazor-FAQ-Samples/Using Google Maps in Blazor at master · SyncfusionExamples/Blazor-FAQ-Samples · GitHub
but i will not rum
Hi Martin,
Please find the details from the below table.
|
Queries |
Details |
|
what are the advantages and disadvantages if I use your control directly |
You can find some of the advantages and limitations of the Syncfusion Maps component below.
Advantages:
Limitations:
To know more about the Maps, please follow the below online demo and documentation link. Demo: https://blazor.syncfusion.com/demos/maps/default-functionalities?theme=fluent Documentation: https://blazor.syncfusion.com/documentation/maps/getting-started
|
|
i have also tryed your sample |
The provided GitHub link does not include the Syncfusion Maps component. We created a sample just to show how Google Maps renders in the Blazor application using Google APIs. However, currently, we do not have the Google API key to re-check the project. We will check and notify you with additional information on January 31, 2024. |
Please
let us know if you need any further assistance.
Hi Martin,
We have tested our GitHub sample with a Google API key, and it is functioning as expected. In the provided sample, you need to add your Google API key in the "_Layout.cshtml" file, as shown below.
|
[_Layout.cshtml] <script type="text/javascript" src=https://maps.googleapis.com/maps/api/js?key=Your_Key&callback=initMap></script> |
You can view the tested sample screenshot below.
Please let us know if you need any further assistance.
- 4 Replies
- 3 Participants
-
MK martin krause
- Jan 3, 2024 06:34 PM UTC
- Jan 31, 2024 04:30 PM UTC