Vote count:
0
Float chLat = sp.getFloat("chLat", 0.0f);
chLat = chLat / 100;
Float chLng = sp.getFloat("chLng", 0.0f);
chLng = chLng / 100;
chLoc = new LatLng(chLat, chLng);
I am getting problem with this division my cursor is not getting updated with this.. help me regarding this
asked 16 secs ago
how can I perform division operation in java
Aucun commentaire:
Enregistrer un commentaire