/**
 * Created by dss on 8/9/17.
 */
export interface IGeoPoint {
    lat: number;
    lng: number;
}
