Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Search In

SiteMap in asp.net

In this blog I will explain you how to use siteMap in asp.net web application.I would like to start with few basic question:- 1) What is siteMap? The SiteMap displays a list of links representing the user's current page and the hierarchical path

Set Google Map API v2 in android

Set Google map in android application To get a google map view in your android application .First you have to create your Google Api Key on the following link https://code.google.com/apis/console/ . First make a project on the Google

Injecting Map in Spring

Here the below code will show you how to inject the Map in Spring using the spring.xml file. By using that we will inject the Map object in spring. - Person.java package com.evon; public class Person { String name; String address; int

Display multiple locations marker on a google map in web page

Google Map provides a facility to display maps on web page of web application. We used Google map API to show and customize the gmap on our web page. The GMap API is a kind of JavaScript library. Here we will learn how to implementation and customiz

use of var in javascript

While writing codes in javascript we have to declare variables but in the javascript we don't have the scope to declare multi data type variables .       Only var is available in the javascript that is treated as the common dat

How to Save and Get Same Hash Map Using Shared Preference in Android

Hash Map is a type of Array list containing special key for every element within it, while Shared Preference is being used to save data like String, Boolean, Integer and other primitive data type.     So, in this tutorial, I'm

How Jersey return a JSONObject?

If we try to return a JsonOject in jersey, like this @Path("/formSubmit") @POST @Produces("application/json") public JSONObject formSubmit() { JSONObject json1 =new JSONObject(); return json1; } it may give an error (org.codehaus.jackson

Create a Delete Method for API : Error Method Map Undefined

@DeleteMapping("/term/{id}") public ResponseEntity <?> deleteTerm (@PathVariable(value="id")Long termId) { return ((Object) termService.findById(Id)).map(term -> { termService.delete(term); return ResponseEntit

How to add marker with Infowindow in google map?

In the below example code I have described to add a  marker with Infowindow. Here I have used array list for adding marker items, then I have created plotMarkers method, in this method, it will addMarker by passing MarkerOptions as a parameter.

How to show the cordinates on Google Map in OpenERP/Odoo ?

To Add two fields to product for storing a latitude and a longitude, then for this you have to create a new form widget to display the latitude and longitude of a product's origin on a map. Displaying the two position fields and a map widget using th

1 5 47
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: