@@ -1,9 +1,9 @@
|
||||
package com.zhidao.roadcondition.model
|
||||
|
||||
import com.mogo.map.MogoLatLng
|
||||
import com.mogo.eagle.core.data.map.MogoLatLng
|
||||
|
||||
fun LocationInfo.toLatLngPoint():MogoLatLng{
|
||||
return MogoLatLng(latitude,longitude)
|
||||
fun LocationInfo.toLatLngPoint(): com.mogo.eagle.core.data.map.MogoLatLng {
|
||||
return com.mogo.eagle.core.data.map.MogoLatLng(latitude, longitude)
|
||||
}
|
||||
|
||||
class LocationInfo {
|
||||
|
||||
Reference in New Issue
Block a user