Women safety device using iot

I chose to make a project on women safety device usin iot which was consist of arduino nano coding. The error came -
"Tinygps has no member named location"
"Class tinygps has no member named gps"
Can you pls tell me how to decode it!

Please tell me how to fix it asap.!!

  Joined February 08, 2021      1
Monday at 09:20 PM

In Proposed Work, multiple sensors like the heartbeat sensor, flex sensor, tilt sensor, vibration sensor is used to detect the condition of women if there is any emergency the message and the location is automatically sent to nearby police station and relatives. The Existing system needs a single click to get help.

 

  Joined February 27, 2020      55
Thursday at 11:08 AM

Could you share the codes?

  Joined February 12, 2018      696
Monday at 02:11 PM

Greetins from Penn's woods.

There no funtions gps nor location in the TinyGPS library. These are the funtions available:

#######################################
# Methods and Functions (KEYWORD2)
#######################################

encode    KEYWORD2
get_position    KEYWORD2
get_datetime    KEYWORD2
altitude    KEYWORD2
speed    KEYWORD2
course    KEYWORD2
stats    KEYWORD2
f_get_position    KEYWORD2
crack_datetime    KEYWORD2
f_altitude    KEYWORD2
f_course    KEYWORD2
f_speed_knots    KEYWORD2
f_speed_mph    KEYWORD2
f_speed_mps    KEYWORD2
f_speed_kmph    KEYWORD2
library_version    KEYWORD2
distance_between    KEYWORD2
course_to    KEYWORD2
satellites    KEYWORD2
hdop    KEYWORD2

 

  Joined February 15, 2021      5
Monday at 11:34 PM