Questions tagged [subgurim-maps]

Subgurim Maps is an ASP.NET complete wrapper around Google Maps Javascript libraries that leverages the developer from the inner workings of the Javascript API. It's available in more than 25 languages.

Subgurim Maps is an ASP.NET complete wrapper around Google Maps Javascript libraries that leverages the developer from the inner workings of the Javascript API. It's available in more than 25 languages.

Links

32 questions
0
votes
3 answers

How to load Subgurim GMap object in razor(MVC3/4)

I'm using ASP.NET MVC 4 and I'm trying to load a Google Map on my page. I'm using Subgurim lib and already have the map object, but I don't know how to load it into the page. Here's what I got so far: @model Subgurim.Controles.GMap @{ …
Raphael
  • 171
  • 1
  • 3
  • 12
0
votes
1 answer

external link subgurim google maps open infowindow

this code is not working protected void Page_Load(object sender, EventArgs e) { if (!IsPostBack) { InitializeServerSide(); ConfigureClientSide(); } } private void InitializeServerSide() { …
1 2
3