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