summaryrefslogtreecommitdiff
path: root/src/traffic-incidents-service/org.genivi.locref-model/src/org/genivi/locref/LocationReferenceTypes.java
blob: aca9b50800963eaf53b5009fa650c531c11e7272 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/**
 * 
 * Copyright (C) 2013 TomTom International B.V.
 * 
 * This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with this
 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
 * 
 */
package org.genivi.locref;

public interface LocationReferenceTypes {
	
	public static final String OPEN_LR = "OpenLR";
	
}