Stories recently tagged with 'GoogleMaps'

MvcMaps Preview 1 – A Unified Bing/Google Maps API for ASP.NET MVC(pietschsoft.com)

submitted by crpietschmanncrpietschmann(11.3k) 2 years, 6 months ago

I spent some time lately working on bringing some of the concepts of Web.Maps.VE to ASP.NET MVC. The concepts I’m referring to are Simplicity and Ease of Development in making the implementation of mapping within ASP.NET MVC applications as simple as possible along with the Flexibility and Customizability of the Base Mapping API itself. Then I thought, Since I’m building an abstraction layer to simplify Bing Maps development, why not implement it in a flexible manor as to be able to support other Mapping API’s as well? The result of such an effort in a nice Unified API that allows virtually the same code to be written when implementing either Bing Maps or Google Maps. In fact, all you need to do to change your application over to using one mapping provider instead of the other is to just change a single line of code. read more...

add a comment |category: |Views: 136

tags: another

OpenStreetMap: Get FREE Web Mapping with Road Maps for your Apps(pietschsoft.com)

submitted by crpietschmanncrpietschmann(11.3k) 2 years, 9 months ago

OpenStreetMap has been around for awhile and provides free geographic data that can be used by anyone. The data is all community created/contributed and that’s why it’s free to use. Other mapping services such as Bing Maps for Enterprise and Google Maps license their geographic data from some other third party and that’s why they cost thousands of dollars per year to use within commercial applications. And, you can use it with JavaScript and Silverlight! read more...

add a comment |category: |Views: 164

tags: another

How to insert google map in each row of DataGrid(netomatix.com)

submitted by auctioneerauctioneer(5) 2 years, 10 months ago

Sample on how to insert google map in rows of data grid or grid view to use location. read more...

add a comment |category: |Views: 88

tags: another

How to add Google Maps to your .Net site in 10 minutes(gathadams.com)

submitted by drinkerdrinker(245) 4 years, 9 months ago

Add Google Maps to your .Net website in 10 minutes. Full code to display a map with a marker & also geocoding (supply address in text & have the map display it). read more...

add a comment |category: |Views: 83

tags: another

C# Latitude and Longitude Class using Google Maps API(blog.donnfelker.com)

submitted by donnfelkerdonnfelker(1290) 5 years, 2 months ago

Retrieve the Latitude and Longtitude of any addresses in the United States, Canada, France, Germany, Italy, Spain and Japan with this class. Its easy, just call one static method and get the latitude and longitude ... read more...

1 comment |category: |Views: 4838

tags: another

Integrating Google Maps with your App!(dennylove.blogspot.com)

submitted by superghostsuperghost(2260) 5 years, 2 months ago

How to integrate Google Maps and get the lat/long of an address. read more...

add a comment |category: |Views: 145

tags: another