-
Notifications
You must be signed in to change notification settings - Fork 106
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
DirectionsService.Route is using old javascript function name #243
Comments
Please provide simple example. |
DirectionsExample.zip |
I will take a look next weekend or a bit earlier. On workations. |
From getting null i get "REQUEST_DENIED" i need to enable somewhere. Like you know i am lazy. If it still dont work i will try investigate more.
|
Closing due inactivity |
When trying to use
DirectionsService.Route
, I get a Json parsing error. It turns out the string it's trying to deserialize is empty. I noticed that in #226,DirectionsRenderer.Route
had the Javascript function name changed from"googleMapDirectionServiceFunctions.route"
to"blazorGoogleMaps.directionService.route"
. I'm guessing this should have been done inDirectionsService.Route
. as well.The text was updated successfully, but these errors were encountered: