Hi,
I need to create a app asp.NET core using Google Maps. Is there some SDK available in .NET core. If not can you point to some resources
This client library only supports discovery apis Google Maps is not part of that. Google maps is basically a JavaScript framework (thing) you will probably need to find a javascript library for it.
We also don't currently support .Net Core as of yet so basically we cant be much help to you sorry.
Linda's right about the Maps API not being supported by this library - you can see all the supported libraries at https://github.com/google/google-api-dotnet-client/tree/master/Src/Generated
However, we do now support .NET Core, targeting netstandard1.3 and higher.
Does it support Google MAP API in .NET core. I do not see the MAPS API in that
No, as I said, this library doesn't support the Maps API - my comment was just saying that the APIs which are supported also work in .NET Core.
Side track here: @jskeet so that i am clear and not miss leading people. Is UWP the only thing we don't completely support then? I am getting confused. :) wasn't there something about netstandard 2.0 as well
@LindaLawton: Nothing about netstandard2.0 yet. I can't remember the exact details about the problems with UWP, but @chrisdunelm should know more... IIRC, it's something like a UWP project uses the Silverlight version instead of the netstandard one, but don't rely on that...
Does it support Google MAP API in .NET core. ?
@ramachaly: No, as per both of my first two comments.
Any updates ?
No, Maps still doesn't expose their API in a form that we generate libraries from.
Any updates?
Do we got anything in .Net Core now?
I need google map with pushpins(binding from DB) on it.
No, the position is as it was before.
Most helpful comment
Linda's right about the Maps API not being supported by this library - you can see all the supported libraries at https://github.com/google/google-api-dotnet-client/tree/master/Src/Generated
However, we do now support .NET Core, targeting netstandard1.3 and higher.