public class GpsMsgFactory
extends java.lang.Object
Constructor and Description |
---|
GpsMsgFactory() |
Modifier and Type | Method and Description |
---|---|
BTMessage |
createGpsMsg(Location loc)
This function creates GPS message type with the geographic location of type BTMessage
|
public BTMessage createGpsMsg(Location loc)
loc
- A data class representing a geographic location.