package com.hrupin.maproute.route; public class Point { String mName; String mDescription; String mIconUrl; double mLatitude; double mLongitude; }